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

 

posted on 2010-11-29 16:02  小炒花生米  阅读(529)  评论(0)    收藏  举报