sudhirdas / fullcalendar-asp-net

Automatically exported from code.google.com/p/fullcalendar-asp-net
0 stars 0 forks source link

use jquery-1.6.2.min.js instead of jquery-1.3.2.min.js #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download jquery-1.6.2.min.js
2. load project
3. new events are displayed but events given by JsonResponse.ProcessRequest 
method are not displayed (so the result var has a good value)

What is the expected output? What do you see instead?
existing events are not displayed
The expected output is to displayed them using jquery-1.6.2.min.js.

What version of the product are you using? On what operating system?
v.1.1 uploaded on Nov. 2010 on Windows XP

Please provide any additional information below.
I need to use 1.6.2 in my existing project. this is the reason why I try this.

Original issue reported on code.google.com by adane...@gmail.com on 2 Feb 2012 at 3:24