Subversion Repositories SmartDukaan

Rev

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

Rev 3255 Rev 3283
Line 69... Line 69...
69
   		 data: "emailId="+emailId+"&itemId="+itemId,
69
   		 data: "emailId="+emailId+"&itemId="+itemId,
70
   		 success: function(msg){
70
   		 success: function(msg){
71
   			$('#notificationBox').html("<h3>We will notify you once we get the stock.</h3>");	 
71
   			$('#notificationBox').html("<h3>We will notify you once we get the stock.</h3>");	 
72
   		 }
72
   		 }
73
   	 	});
73
   	 	});
74
		
-
 
75
		
-
 
76
	});
74
	});
-
 
75
	
-
 
76
 
-
 
77
    $("#query").autocomplete({  autoFocus: true, minLength: 3,
-
 
78
    	source: "/auto-suggest",
-
 
79
    	select: function( event, ui ) {
-
 
80
    		this.value = ui.item.value;
-
 
81
			$('#frmSearch').submit();
-
 
82
			return false;
-
 
83
		}
-
 
84
    });
-
 
85
    
77
});
86
});
78
 
87
 
79
function addToCart(refdivid,reqtype){
88
function addToCart(refdivid,reqtype){
80
     var seldata="";
89
     var seldata="";
81
     var tot=0;
90
     var tot=0;