Closed StateBarofArizona closed 10 years ago
I've made a version of this: http://jsfiddle.net/h884604w/ It works fine, you can use it to compare it with your code.
It seems like the node returned by $('#NewPassword')
doesn't let you call the plugin. It looks like the plugin hasn't been properly loaded. Is it retrieving the JS without errors? Look for a 404 or something similar.
Good luck!
I have the script on three other pages in the site and all work fine. I am having trouble getting it to work on a page in my admin screen. Same exact code, only difference is the password field is the only field on the form. I am getting "Object doesn't support property or method 'pwstrength'" no matter what I try. I tried adding another field, I tried renaming the password field, I took out the options, nothing seems to work.
What could be the cause?