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

 

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