jQuery resizable plugin, to resize only height -


how make alsoresize option work height not both width , height?

actually if set maxwidth limit, cannot resize width more it.

for example,

$( ".selector" ).resizable({ maxwidth: 250 }); //for initialzation  

will not allow resize occur more 250px in width

if check demo http://jqueryui.com/demos/resizable/#max-min, notice width resizing being limited point.

so in case set initial width of .selector , maxwidth same , done.

for further information go http://jqueryui.com/demos/resizable/#option-maxwidth


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -