Index: branches/1.0.x/inc/js/jquery.scripts.js =================================================================== diff -u -N -r14754 -r14759 --- branches/1.0.x/inc/js/jquery.scripts.js (.../jquery.scripts.js) (revision 14754) +++ branches/1.0.x/inc/js/jquery.scripts.js (.../jquery.scripts.js) (revision 14759) @@ -1,3 +1,7 @@ +function jq($selector) { + return $selector.replace(/(\[|\]|\.)/g, '\\$1'); +} + function DBlocks() { var $me = this; this.selectors = ['#lang', '#currency', '#login', '#login-alt']; @@ -71,16 +75,6 @@ return false; } ); - - $('#password').keyup( - function($e) { - var $password = $('#password').val(); - - $('#result-password') - .html( passwordStrength($password) ) - .show(); - } - ); }); new DBlocks(); \ No newline at end of file