Hi!
I need assistance with the implementation of this Password Strenght Checker (jQuery Plugin For Password Strength Checker and Indicator - Password-Strength | Free jQuery Plugins ... ).
We created 2 Webfiles named password_strength_lightweight.js & password_strength.css within the specific Notes we attached the js. and css. file

Now the issue begins:
As stated in the guide I should include following on the webpage:
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="password_strength_lightweight.js"></script>
<link rel="stylesheet" href="password_strength.css">
and
$('#myPassword').strength_meter();with the correct ID of the new password input field (#NewPassword)
Now we dont know what we are doing wrong, since it wont work. We are not sure where we should paste the code (which Content Snippet) we tried every possible. Plus we tried to but {raw} {endraw} around the code, still no success.
If anyone of you could try to implement this password checker and provide a step-by-step guide or give suggestions to try to solve this issue, is much appreciated!!
Thanks!