Jump to content

pwstrength.js not work in IE8


rmc2000

Recommended Posts

Ahh... yes jQuery can be used with mootools

jQuery uses the $ as an alias and binds it to jQuery which then causes the incompatibly.

If you use jQuery.noConflict; then it releases the binding on the $ and frees it for other jscripts to use as well.

The problem when using that is that in all the jquery code where the $ was used has to be changed to "jQuery"

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