Here is the code of jquery ui combobox with remote source. I need to add one more select option (‘any city’) to that combobox on client side (with javascript/jquery usage). How can I do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would probably insert the value in the success callback when you get the data beck from the search URL. Something like this (I’ve trimmed out some extraneous code):
The
unshiftmethod of Javascript arrays inserts a value into the front of the array.