maheshchari / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Conflict with jQuery Nivo Slider plugin #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include js-hotkeys script on the page
2. Include jQuery Nivo Slider script on the page
3. Apply the Nivo Slider function to an element

What is the expected output? What do you see instead?
"data is null" on line 112

What version of the product are you using? On what operating system?
- Firefox / Windows 7

Version
0.7.9

Original issue reported on code.google.com by c.harris...@gmail.com on 30 Nov 2011 at 10:08

GoogleCodeExporter commented 8 years ago
I found out that the problem seems to occur when using jQuery 1.6.4. Using 
1.7.1 instead fixes this problem.

Original comment by c.harris...@gmail.com on 1 Dec 2011 at 2:57