Issue 892: Json events not displayed if jquery.validate.js is present
Status:  Done
Owner: ----
Closed:  Apr 2011
Reported by grahampc...@gmail.com, Apr 5, 2011
If I use events: "/myJsonFeed/" when jquery.validate.js (v. 1.7) is present, no events are rendered. If I remove the validate library, the calendar works as expected.

My project isn't hosted anywhere yet, but I could throw it up somewhere temporarily if that would be helpful.
Apr 15, 2011
#1 p.stud...@gmail.com
Are there any errors generated on the page?
Using Google inspect the page and look if there is any red cross on the bottom right
or using IE press F12 and look for a yellow cross under the script tab.

That could help you debug the problem. Maybe some namespace clash?
Apr 20, 2011
#2 grahampc...@gmail.com
I'm sorry I wasn't more explicit; no, there are no errors, just no events -- a blank calendar. 

I changed two things -- updated to jquery.validate.js v. 1.8 and started using the Google CDN version of both jQuery and jQuery validate, and the problem went away. So I think it's more likely a defect in the unobtrusiveness of jquery.validate.js than fullcalendar.js. 

Shall we call it a close?
Apr 26, 2011
#3 webmas...@imbst.com
Thanks for pointing me towards upgrading validate.js. I had the same problem until I upgraded to v. 1.8. Now my events appear.
Apr 28, 2011
Project Member #4 althaus.it
(No comment was entered for this change.)
Status: Done