iscomar001
11/27/2018 - 4:38 PM

OnClick case

Botones jquery

//	//CLICK BOTONES
	$(".btn").on("click", function() {


		switch ($(this).attr('id')) {
			case "btnDel":
				filterRemove();
				break;				
			default :
		}
	});