Guest User

Untitled

a guest
Dec 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. window.calendarItems = [ { id: 1, name: 'a'}, { id: 2, name: 'b'}, { id: 3, name: 'c'} ];
  2.  
  3. function clickHandler(idx) {
  4. server.post(calendarItems[idx]);
  5. }
Add Comment
Please, Sign In to add comment