Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello
i am using fullcalender plugin for my application.
i am trying to get the data for clicked event.
i am succeeded to get the correct object and id of that event but need the other data too.
please help me, how i can get the other properties of object
JavaScript
var id = $('#eventId').val();
events = $('#calendar').fullCalendar('clientEvents', id);

in events i get the all data of that event...but uable to retrive it..thanx in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900