Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any jQuery Plugin where i on click of the dropdown it shows the list of options. if there are not option that a user wants to select then i want to provide a way via a text box users should be able to type in the content.

share|improve this question

1 Answer

up vote 1 down vote accepted

You can use jQuery combobox() for this and for import file js

SEE HERE

share|improve this answer
 
how do we get the value when we submit? since we are using a select>option element –  Harsha M V Jun 7 at 8:53
 
refer the link once –  PSR Jun 7 at 8:54
 
thanks. looks like its licensed. any idea of any free version? –  Harsha M V Jun 7 at 9:05
 
sorry leave that.See here forum.jquery.com/… –  PSR Jun 7 at 9:11
 
thanks a lot. i think this works perfect. wondering how i missed it in the demos :D –  Harsha M V Jun 7 at 9:28
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.