Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function calendarCallback(dateString) {
  2. jQuery.ajax({
  3. type:'POST',
  4. url:'/calendars',
  5. data: { date:dateString, caller:'somepage.aspx' },
  6. success:function(response) { eval(response); }
  7. });
  8. }
Add Comment
Please, Sign In to add comment