Subversion Repositories SmartDukaan

Rev

Rev 25354 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

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