Subversion Repositories SmartDukaan

Rev

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

Rev 1842 Rev 2072
Line 1... Line 1...
1
$(function(){
1
$(function(){
2
	$('#frmRegister #email').change(function(){
2
	$('#frmRegister #email').change(function(){
3
		$('#communicationEmail').val($(this).val());
3
		$('#communicationEmail').val($(this).val());
-
 
4
		$('#communicationEmailInstruction').show();
4
	});
5
	});
5
	
6
	
6
	$('#frmRegister').submit(function(){
7
	$('#frmRegister').submit(function(){
7
		trackEventWithGA('Account', 'New User Register', $('#frmRegister #email').val());
8
		trackEventWithGA('Account', 'New User Register', $('#frmRegister #email').val());
8
	});
9
	});