-
jQuery Problem - Assigning dynamic value
Hi Guys,
Here is an interesting problem I came across. I am not so savvy with jQuery yet, so, I am asking for help. Let me give you an idea of what I am trying to achieve first:
I have a auto populating drop boxe that I can dynamically create (like when you choose Car model when buying tires). And below that I have some check boxes.
Here is what I want to do:
I want to select a name 'X' form the drop down menu and then i want to select a few check boxes which will set the value (of checkhbox) something like 'Value_X'.
After this I want to create another dynamic Drop Down menu and select 'Y'. And again select some check boxes which will set the value of those check boxes to 'Value_Y'
So you can see that these are triggered events. If I had a flag with Null value initially and whenever I would select the Drop Down Value it will set the value of the flag to 'X' or 'Y' and then when I would select the check boxes, I would just append the value of the Flag to the CheckBox Value.
Please let me know if it is at all possible. Because I dont know how to do it.
Thanks in advance.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks