How To Modify the Menu Width in jQueryUI Autocomplete
erics, Posted June 18th, 2013 at 2:39:57pm
1 2 3 |
open: function( event, ui ) { jQuery('.ui-menu').width('220px').css('text-align', 'left'); } |
Leave Your Comment
All fields marked with "*" are required.