Basic usage of AntDropDownList

AntDropDownList, is a custom DropDownList jQuery plugin. The aim is to fill easly a drop down list without dupplicate ajax parameters.

Source Code


$(document).ready(function() {
	LoadAntDropDownList($("#myList"), "../public/php/basic_list.php", true, 1);
});