Monday, September 24, 2012

Cascading dropdown lists with jQuery

Here is a [1]GitHub link to a small jQuery plug-in that helps to make <select> HTML elements to refresh their content from a JSON source in response to the 'change' event of another <select> element.

The code is based on this Stack Overflow thread: http://stackoverflow.com/questions/4458970/cascading-drop-downs-in-mvc-3-razor-view.



[1]https://github.com/manuelnavarroc/jquery.cascade-select

No comments:

Post a Comment