(function($){
    $(
function(){
        $(
'#RegisgerDate,#LastLoginDate,#LastRechargeDate').click(function(){
            
new Calendar().show(this);
        });
    });
})(jQuery);

 

相关文章: