You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A jQuery plugin that converts a dropdown list into a dropdown list and textbox. The textbox enables you to write the option value you wish to select and is updated when you select a new option.
A jQuery plugin that converts a dropdown list into a dropdown list and textbox. The textbox enables you to write the option value you wish to select and is updated when you select a new option.
#Usage
$('#mydropdown').ValueSelectBox('init');
About
A jQuery plugin that converts a dropdown list into a dropdown list and textbox. The textbox enables you to write the option value you wish to select and is updated when you select a new option.