Subversion Repositories SmartDukaan

Rev

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

$(function() {
        $(".lead").live('click', function() {
                loadFranchiseeVisit("main-content");
        });
});

function loadFranchiseeVisit(domId) {
        doGetAjaxRequestHandler(context + "/getOpenVisit", function(response) {
                $('#' + domId).html(response);
        });
}