[jQuery] jQuery breaks with LiveGridPlus
Hey everybody, I've been searching for an animation library to use
along side the LiveGridPlus implementation from http://dowdybrown.com/
(based on the Rico LiveGrid). Anyway, I can get jQuery set up to do
what I want it to by including it first, and then the prototype
library that LGP needs second, and using the noConflict method. When
I don't include the main rico.js file that comes with LGP everything
works just like it should. However, when I include the rico.js file
from LGP my jQuery animations stop working and throw this error:
elem has no properties jquery.1.1.2.js (line 414)
I'm not even trying to initialize the LGP or anything, just including
that js file seems to break jQuery. I'd love to get this working
correctly, and I thought someone here might like to be aware of the
problem since jQuery is being pushed as safe to use with other JS
libraries.
Keep up the good work.
Jeremy