| Issue 1504: | Javascript error: Object doesn't support this property or method | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Implementation of fullcalendar is giving me a Javascript error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; .NET4.0C; .NET4.0E) Timestamp: Mon, 13 Aug 2012 14:59:47 UTC Message: Object doesn't support this property or method Line: 43 Char: 271 Code: 0 URI: [removed for security purposes]/fullcalendar/fullcalendar.min.js Note: this error is NOT browser-specific; error occurs in all browsers.
Aug 13, 2012
#1
PianoR...@gmail.com
Aug 13, 2012
The FullCalendar does not like the latest version of JQuery. My source was pointing to http://code.jquery.com/jquery-latest.min.js. I changed it to point to jquery-1.7.1.min.js that came with the download. It worked with no problem. Note: I also tried it with jquery-ui-1.8.17.custom.min.js, and it did not work (I got the same error). I forgot to mention earlier that I am running FullCalendar v1.5.3.
Aug 13, 2012
Update: I set the references as they appear in the sample, i.e.: <script type='text/javascript' src='/js/fullcalendar-1.5.3/jquery/jquery-1.7.1.min.js'></script> <script type='text/javascript' src='/js/fullcalendar-1.5.3/jquery/jquery-ui-1.8.17.custom.min.js'></script> It appears to work.
Aug 18, 2013
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |