we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "javascript select row all delete"
Marco
07 Jul 2020
1
2function get_vendor () {
3	$.ajax({
4		type: "POST",
5		url: "sugest_vendor",
6		
7		beforeSend: function(){
8			$("#nama-vendor").css("background","#FFF");
9		},
10		success: function(data){
11			$("#nama-vendor").append(data);
12		}
13
14	});
15}