ajax - jquery datepicker addclass to specific day after datepicker is initialized -
ajax - jquery datepicker addclass to specific day after datepicker is initialized -
after jquery's datepicker initialized add together class ('active-day' ) 1 of specific dates based on separate ajax return.
the problem i'm having it's easy load dates datepicker before initialized , td element has active-day class added on it, have ajax input on success needs add together active-day class day , i'm having hard time trying figure out how since td elements not seem distinct.
likewise, have ajax calls may need remove active-day class specific day after datepicker has been initialized.
any help appreciated.
jquery ajax datepicker
Comments
Post a Comment