Jump to content

Password Strength Issue


crombiecrunch

Recommended Posts

  • 3 weeks later...

By the way, just figure I'd post this since I ran into a this relatively same problem..

 

I'm using the prototype framework as well, and since jQuery and the Prototype framework hate working with each other, jQuery has a nifty feature called "noConflict".

 

So, after the jquery.js includes in your head, you add this:

<script type="text/javascript">jQuery.noConflict();</script>

 

THEN add the pwstrength.js file.

 

Then, all of your jQuery-related pages will need to be edited. Everywhere where you see a $(<tag>) will need to be changed to jQuery(<tag>), otherwise, a framework such as Prototype will assume all statements that are $(<tag>) will be part of Prototype (and it will fail)

 

Hope this helps someone (especially if you're having problems with other aspects while using a different framework).

 

Thanks, Rob

Edited by robertark
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated