Hey, guys,
I have a resizable div, which contains a text input element. I want
the input element to resize as the user makes the containing div
larger, but I only want this to happen width-wise:
$("#console").resizable( { minWidth: 600, minHeight: 350, alsoResize:
'#output,#command' } );
console is the div and command is the text input element. Is there a
way to make the #command element only change its width, but not
height?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---