Cascade Data Load by jQuery AJAX


/ Published in: jQuery
Save to your folder(s)

/* author : MD. MUZAHIDUL ISLAM ([email protected])
* file name : cascade-load.js
* This segment of code uses jQuery(jquery-1.7.2.js) that helps to load cascade data from sever.
* To use this code, 'div' element should contains a 'select' html element and
* needs following attributes of div element:
* class : class attribute must contain 'geo'
* load-data-container : selector of an element that will contain the response that comes from server
* url : server url to load data
*
*/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.