Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. beforeShowDay : highlightDays, // it add a class name 'highlightdays'
  2.  
  3. $( ".highlightdays" ).click(function(e) {
  4. //..
  5. } );
  6.  
  7. onSelect : afterclick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement