Subversion Repositories SmartDukaan

Rev

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

Rev 6799 Rev 6903
Line 263... Line 263...
263
				selectoperator:"Please select operator"
263
				selectoperator:"Please select operator"
264
			}
264
			}
265
			
265
			
266
		}
266
		}
267
	});
267
	});
-
 
268
	
268
	oldValue = "";
269
	oldValue = "";
269
	$('#rechargeDetailsForm input[name="number"]').unbind('keyup blur').bind('keyup blur', function(){
270
	$('#rechargeDetailsForm input[name="number"]').unbind('keyup blur').bind('keyup blur', function(){
270
		var numvalue = $(this).val().substring(0,4);
271
		var numvalue = $(this).val().substring(0,4);
271
		var count = $(this).val().length;
272
		var count = $(this).val().length;
272
		if(count==10 && oldValue != numvalue){
273
		if(count==10 && oldValue != numvalue){