0

In my admin section of magento I am getting error Uncaught ReferenceError: jQuery is not defined

How I resolve it please let me know

asked Aug 21, 2015 at 7:28
5
  • Can you please provide more details. Your question title and description has no relevancy. Can you explain what you are trying to achieve. Commented Aug 21, 2015 at 7:30
  • jquery library added in head? Commented Aug 21, 2015 at 7:45
  • Have you installed any 3rd party modules recently? Commented Aug 21, 2015 at 8:04
  • jQuery isn't included by default in Magento1, so you need to check 3rd party module or theme requirements Commented Aug 21, 2015 at 8:08
  • How I can include jquery for magento backend Commented Aug 21, 2015 at 8:30

1 Answer 1

1
  • It depends on which version of Magento you're using. From ver. 1.9 onward, magento comes with jQuery, but before 1.9, it doesn't have jQuery.
  • So, you're getting this error, because in your theme (admin/frontend) jQuery functions are called, but you don't have jQuery installed in your server.

Solution:

answered Aug 21, 2015 at 9:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.