RussSolberg 


  • Creates a "selected" function that you can use with a <select> object and jQuery to fire off a custom function when an item is selected. $('#MyDropDown').selected(function() { //Do Whatever... });