| stop | ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อการ resize จบลง |
|---|
config:stop
return type:function
content:ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อการ resize จบลง โดยจะมี parameter 2 ตัว ได้แก่ event object และ object ที่มี property ต่างๆ
example:$("div.box").resizable ( { stop: function(event,object) { alert ( "resize stop" ); } } );