mohsin1122 Posted May 22, 2012 Share Posted May 22, 2012 hi i want to know that how to get the value of product when select from sub menu example: if i select Snack from drop down menu it shows it's value in next column automaticaly by fetching it from database plz help me urgentely Link to comment https://forums.phpfreaks.com/topic/262931-urgentely-help-required-regarding-the-value-selected-in-dropdown-box/ Share on other sites More sharing options...
GoodVibe Posted May 22, 2012 Share Posted May 22, 2012 To grab the value of the currently selected item on your dropdown list: var list_value = $('#YourListID').val(); Is that what you are looking for? Link to comment https://forums.phpfreaks.com/topic/262931-urgentely-help-required-regarding-the-value-selected-in-dropdown-box/#findComment-1347724 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.