[jQuery] Re: SimpleModal autoresize on demand?

2009-08-27 Thread lanxiazhi
Hello,Try this: $('#dialog').dialog('option',{width:500}) Hope this helps,good luck lanxiazhi

[jQuery] Re: SimpleModal autoresize on demand?

2009-08-26 Thread Eric Martin
Vru, The actual code would depend on exactly what you are trying to do, but taking the "onShow callback function" test[1], I modified the code to resize and reposition the container: function modalShow (dialog) { var self = this; dialog.data.find('input.animate').one('click', fun