Subversion Repositories SmartDukaan

Rev

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

Rev 6336 Rev 6400
Line 279... Line 279...
279
					$('#operatorSelector').trigger('change');
279
					$('#operatorSelector').trigger('change');
280
				}
280
				}
281
			}
281
			}
282
		});
282
		});
283
	}
283
	}
-
 
284
	
-
 
285
	jQuery('#recharge-now-button').live("click", function() {
-
 
286
		jQuery('#recharge-now-button').hide();
-
 
287
		jQuery('#captcha-div').append('<span id=\'recharge-loading\' style="display:inline-block;width:200px;height: 30px;background: url(\'/images/loading.gif\') no-repeat 8px 0;padding-left: 45px;padding-top: 7px;">Please Wait ...</span>');
-
 
288
	});
284
});
289
});
285
290