[jQuery] user class definition breaking $
[jQuery] user class definition breaking $
Hello,
For some reason my custom Transition class file is breaking JQuery's $
function.
On
http://alzonline.phhp.ufl.edu/
I have custom "nice titles" for some of
the links on the right (eg. Links). This is done with JQuery and this short
script:
http://alzonline.phhp.ufl.edu/jtip2.js
The problem occurs here:
http://alzonline.phhp.ufl.edu/?st=1
This page also includes
http://alzonline.phhp.ufl.edu/transition.js
which
defines my Transition class. Once this executes, $("#sideBar li a") can no
longer find these elements. $("#sideBar li a").size() returns 0 when it
should return 6.
What in
http://alzonline.phhp.ufl.edu/transition.js
could be interfering?
FYI, I'm using a build from Fri May 12 12:53:18 2006.
--
Steve
http://mrclay.org/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
Topic Participants
sclay
John Resig