Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     events:{                                                                                                                                                                                                                                
  2.       url: 'getClosures.pl',                                                                                                                                                                                                                
  3.       type: 'POST',                                                                                                                                                                                                                          
  4.       data: {                                                                                                                                                                                                                                
  5.         branchcode: "[% branch %]",                                                                                                                                                                                                          
  6.       },                                                                                                                                                                                                                                    
  7.       error: function() {                                                                                                                                                                                                                    
  8.         alert('there was an error while fetching events!');                                                                                                                                                                                  
  9.       },                                                                                                                                                                                                                                    
  10.       color: 'yellow',   // a non-ajax option                                                                                                                                                                                                
  11.       textColor: 'black' // a non-ajax option                                                                                                                                                                                                
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement