Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
'jQuery' is undefined??

JavaScript
jQuery(document).ready(function() {
            jQuery("#breadCrumb1").jBreadCrumb();
        })


thiz code was working day before yesterday,,
i am working with svn and every time i chekout and have update,, i create a new folder for that and does not dispose off my older versions..

now i have found out that my older versions are also not working..
Posted
Updated 19-Oct-11 23:42pm
v3
Comments
Sergey Alexandrovich Kryukov 14-May-12 17:17pm    
Why using SVN if you "create a new folder for that" and not trying to use it for development and to find out where your problem appeared?
--SA

1 solution

I guess you've not imported the jquery libraries. jquery is a javascript library, not something built in to your browser. I see you added detail, you still need to tell us why you think jquery should be defined, it sounds like it's gone from the place you were loading it from before.
 
Share this answer
 
v2
Comments
Member 8043227 13-Jul-11 19:26pm    
i thought every one else also had an update and their solution is working fine, so it could be a system specific problem,, may b some dll or sm other reference is tempered..
Sergey Alexandrovich Kryukov 14-May-12 17:16pm    
What are you talking about?
--SA
Sergey Alexandrovich Kryukov 14-May-12 17:16pm    
Who was that idiot who down-voted it?! I voted 5, all correct.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900