Jump to content

Uncaught ReferenceError: $ is not defined


Recommended Posts

Hi,

 

about 1 year ago I made shop by using PrestaShop 1.4.4.1.

 

Everything worked fine - no problems before, but some time ago registration and login has stopped working. In debugging mode in browsers I see error ReferenceError: $ is not defined so it means that there is something wrong with jQuery.

 

I did not change anything in the configuration o and files of shop.

 

What happened? How to fix that?

 

link to registration/login page of shop - shop is made in polish language, but I think that it will be no problem - registration on left, login box on right :

http://www.siedemkrukow.pl/sklep/authentication

Edited by jakoushirou (see edit history)
Link to comment
Share on other sites

I did it before, didn't help ;/

 

firefox console shows:

ReferenceError: $ is not defined @ http://www.siedemkru...js/tools.js:227

 

so problem is probably is situated in command mentioned by you, but your suggestion didn't change anything:(

 

line 227:

$(document).ready(function()
{
// Hide all elements with .hideOnSubmit class when parent form is submit
$('form').submit(function()
{
 $(this).find('.hideOnSubmit').hide();
});
}

Edited by jakoushirou (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...