rmc2000 Posted April 29, 2010 Share Posted April 29, 2010 I have a problem in all .TPL files that use pwstrength.js, when it load on firefox its 100% ok but in IE8 i got a javascript error "Object doesn't support this property or method" Anybody know how to fix it? Thanks!!! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted April 29, 2010 Share Posted April 29, 2010 maybe supply a url so someone can go to your site and possibly debug the error for you 0 Quote Link to comment Share on other sites More sharing options...
rmc2000 Posted April 29, 2010 Author Share Posted April 29, 2010 im just testing internal at moment... i think that is a incompatibiliy with clearbox (i use together)... 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted April 29, 2010 WHMCS Support Manager Share Posted April 29, 2010 I know jquery (used for the password strength checker) isn't compatible with mootools, so it's possible that it can't be used with clearbox as well. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted April 29, 2010 Share Posted April 29, 2010 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" 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.