Subversion Repositories SmartDukaan

Rev

Rev 18917 | Rev 18950 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18917 Rev 18918
Line 33... Line 33...
33
// 		                }, 2000);  
33
// 		                }, 2000);  
34
// 		        return false;
34
// 		        return false;
35
			    }
35
			    }
36
		    else{
36
		    else{
37
		    	$('#searchloader').removeClass('hidden');
37
		    	$('#searchloader').removeClass('hidden');
-
 
38
		    	$('#message').addClass('hidden');
38
		    	$.ajax({
39
		    	$.ajax({
39
	                method: "GET",
40
	                method: "GET",
40
	                url:  "<?php echo $base_url;?>tins/tin_search/"+tin,
41
	                url:  "<?php echo $base_url;?>tins/tin_search/"+tin,
41
	            },'json')
42
	            },'json')
42
	            .done(function(msg){
43
	            .done(function(msg){