Subversion Repositories SmartDukaan

Rev

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

Rev 1778 Rev 1796
Line 18... Line 18...
18
  }
18
  }
19
  var style = $('.jspTrack').attr('style');
19
  var style = $('.jspTrack').attr('style');
20
  $('.jspTrackbottom').attr('style', style);
20
  $('.jspTrackbottom').attr('style', style);
21
  var style = $('.jspDrag').attr('style');
21
  var style = $('.jspDrag').attr('style');
22
  $('.jspDragbottom').attr('style', style);
22
  $('.jspDragbottom').attr('style', style);
-
 
23
  
-
 
24
  $('#frmProceedToPay').submit(function(){
-
 
25
	  //Tracking this click for Google Analytics
-
 
26
	  _gaq.push(['_trackEvent', 'Order', 'Proceed to Pay', "", 2]);
-
 
27
	  return true;
-
 
28
  });
-
 
29
  
23
  $('.ui-state-default').click(function(){
30
  $('.ui-state-default').click(function(){
24
    var title = this.title;
31
    var title = this.title;
25
    var aID = $("li.ui-state-active").children('a:first').attr('href');
32
    var aID = $("li.ui-state-active").children('a:first').attr('href');
26
    var array = aID.split("#");
33
    var array = aID.split("#");
27
    var displayID = array[1];
34
    var displayID = array[1];