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
Post a Comment