You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
Is there an example of this working somewhere? I can't get the jQuery element to work. I get the error: Uncaught TypeError: $.strength is not a function
I've installed via the gem into a Rails 4.2 app. Application.js has:
I have not also put the JavaScript in my assets dir. I've confirmed (using Chrome Developer tools) that the scripts are being included in the page. I have tried to include them in a different order after the jquery, but it hasn't helped.
In my application.js I have
$.strength("#user_email", "#user_password");
and get the error in the console.
A working version to look at would be useful, or any pointers if I'm doing something obviously wrong.
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an example of this working somewhere? I can't get the jQuery element to work. I get the error:
Uncaught TypeError: $.strength is not a function
I've installed via the gem into a Rails 4.2 app. Application.js has:
I have not also put the JavaScript in my assets dir. I've confirmed (using Chrome Developer tools) that the scripts are being included in the page. I have tried to include them in a different order after the jquery, but it hasn't helped.
In my application.js I have
and get the error in the console.
A working version to look at would be useful, or any pointers if I'm doing something obviously wrong.
Thank you!
The text was updated successfully, but these errors were encountered: