Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
jQuery("#pass").keyup(function() {
|
||||
passwordStrength(jQuery(this).val());
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user