Subversion Repositories SmartDukaan

Rev

Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

$(function() {
        $(".jio-recharge").live('click', function() {
                loadrechargeRequest("main-content");
        });
        
});
function loadrechargeRequest(domId){
        doGetAjaxRequestHandler(context+ "/getRechargedetail", function(response){
                $('#' + domId).html(response);
        });
        }