Subversion Repositories SmartDukaan

Rev

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

Rev 6050 Rev 6058
Line 17... Line 17...
17
		, function(){
17
		, function(){
18
		$('#dth-image').attr('src', 'images/dth.png');
18
		$('#dth-image').attr('src', 'images/dth.png');
19
	});
19
	});
20
	*/
20
	*/
21
	$('#dth-image').click(function(){
21
	$('#dth-image').click(function(){
22
		$('#serviceType').val('DTH');
22
		$('#serviceType').val('2');
23
		$('#serviceSelectForm').submit();
23
		$('#serviceSelectForm').submit();
24
	});
24
	});
25
	$('#phone-image').click(function(){
25
	$('#phone-image').click(function(){
26
		$('#serviceType').val('MOBILE');
26
		$('#serviceType').val('1');
27
		$('#serviceSelectForm').submit();
27
		$('#serviceSelectForm').submit();
28
	});
28
	});
29
	
29
	
30
	$('#confirm-button').click(function(){
30
	$('#confirm-button').click(function(){
31
		$('#rechargeDetailsForm').submit();
31
		$('#rechargeDetailsForm').submit();