I’m using this plugin http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ and it works awesome!! but I’d like to make the select dropdown boxes resize able using the jquery ui library. when i try it i end up with two select boxes. I’m still learning jquery but is this case where i would use bind? or delegate?
I’m using this plugin http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ and it works awesome!! but I’d like to make
Share
I don’t know the pluging that you said, but try to do this:
$('#multiselect-demo')is your own select dropdown box. And then:If it doesn’t work like you want, try this instead:
$('.multiselect-menu').resizable();I hope it helps. Happy codding!
PS: remember that you can change
resizablebehaviour. See documentation and examples for more information about this.