Hi I am having a \"Uncaught ReferenceError: $ is not defined\" while using bellow codes
I am currently getting the following error in my log. I have been looking at the
It seems you don't import jquery. Those $ functions come with this non standard (but very useful) library.
Read the tutorial there : http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery It starts with how to import the library.