I use jquery combobox autocomplete like in the demo below.
After i add jQuery UI Autocomplete Select First Extension, i have problem with the width of suggestion area.
In some case, the width of suggestion area bigger than usual. How to fix this problem?
I know i can put in this code :
$(this).autocomplete("widget").css({"width": 250});
but, it will change all of my combo style. So could i put in this code on every combobox i made?how can i do that?
thx.