jQuery UI Widgets › Forums › General Discussions › Lists › ComboBox › Combo Box
Tagged: combo box
This topic contains 4 replies, has 2 voices, and was last updated by pawanjoshi5 12 years, 9 months ago.
-
AuthorCombo Box Posts
-
I want to create one user registration form, first column company name is combo box. once one of entries selected, other company details should automatically be filled. Address combo box should have mysql data of addresses of selected company, once address selected other details city, state, country etc should automatically be filled and third section of form contains personal information like First Name, Middle Name and Last Name, these combo box should show only user details having same company name and address; earlier selected.
Now my query is : I have implemented one JQwidget combo box as company name and once I click on the adjacent field where click event based function to fill other company details. I am not able to get value of company by GetElementById. Please let me know what to do?
Hi pawanjoshi5,
Please take a look at the following example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxcombobox/bindingtojson.htm?web
It demonstrates how to get a value. I think it would be helpful to you.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comThanks for your pleasant response. I got rid of this problem however I am facing one more problem, I have to use more than 1 combo box in my form. all the subsequent combo box are dependent to earlier one. Please let me know how I can load a combo box once a user change the value of earlier one. Please help me out.
Thanks
Pawan
Hi Pawan,
Take a look at the provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/php/cascadingcombobox.htm?web
If you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Again,
I have used this widget and somehow the problem get resolved but in another way its getting worse. I want to create a form having following fields
First Name – JQWidget
Middle Name – JQWidget
Last Name – JQWidget– both load after execution of first name.
Once details of these combo box selected
Address – JQWidget should load
After selecting value – city state country etc details should be filled.After this if any of above combo box gets changed, this information should be changed. Please help me out in this regards.
Thanks
Pawan
-
AuthorPosts
You must be logged in to reply to this topic.