Subversion Repositories SmartDukaan

Rev

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

Rev 1820 Rev 1824
Line 12... Line 12...
12
     Single request: onclick="javascript:addToCart('','single');"
12
     Single request: onclick="javascript:addToCart('','single');"
13
     
13
     
14
     NOTE: incase reqtype=list then refdivid should be product id
14
     NOTE: incase reqtype=list then refdivid should be product id
15
     
15
     
16
*/
16
*/
17
 
17
var _gaq;
18
$(function() {
18
$(function() {
19
 
19
 
20
	$("a.addtocart").live('click', function() {
20
	$("a.addtocart").live('click', function() {
21
		var catalogid = $(this).attr('catalogid');
21
		var catalogid = $(this).attr('catalogid');
22
 
22