0

I have a requirement where in i wish to display a dropdown box when i click in a textbox.... Scenario is.... When i click in the textbox, there should be a list of checkboxes corresponidng to some values.... Whichever checkbox i click on, the correspoding value should get appeneded in the textbox... I tried to google this... But unable to find any solution...

3
  • are you looking for a javascript solution? Tag it as javascript, if so. Commented Oct 14, 2010 at 12:05
  • I cannot fully make sense of your description. You want to display a dropdown box upon clicking within the text box --> where should this dropdown box be? When you click in the text box there should be a list of checkboxes --> wait, a dropdown list with checkboxes? Is this a second list which should be displayed next to the dropdown box? When you click on one of the checkboxes its values will be appended to the textbox? How so? Value1,Value2 Or should the values of the checkbox be added to the dropdown box? Commented Oct 14, 2010 at 12:20
  • it is just a dropdown list... with multiple selects.... and this select should happen with checkboxes... Commented Oct 14, 2010 at 13:26

1 Answer 1

1

Got the answer.... there is jquery plugin called dropdownchecklist.... It performs the function as desired...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.