Side navigation
#6171 closed bug (invalid)
Opened February 25, 2010 06:22AM UTC
Closed February 26, 2010 05:42PM UTC
code for password strength
Reported by: | Manisha | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4 | |
Component: | unfiled | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
there are three steps for registering, first page shows jquery when type some password shows its strength but when after posting some data in step 1 I goes to step 2 it doesn't work i.e. the jquery foe password strength.
i don't know whta to do.
i have below code in <head> section
$(document).ready(function() {
$("#test").click(function() { });
//ADVANCED
$(".password_adv").passStrength({
shortPass: "top_shortPass",
badPass: "top_badPass",
goodPass: "top_goodPass",
strongPass: "top_strongPass",
baseStyle: "top_testresult",
userid: "#user_id_adv",
messageloc: 1,
ShortMsg: "Too Short Yaar-",
BadMsg: "Weak Hai Yaar-",
GoodMsg: "Good Hai Yaar-",
StrongMsg: "Strong, Well Done!!!!-",
SamePass: "Username and Password identical.*-"
});
and used below code in page
<INPUT class=password_adv id=ctl00_mainleftcontent_TextBox2 value=" "
name=ctl00$mainleftcontent$TextBox2>
all the steps are exists in single page only
This is not the right venue for support or bug requests like this one. Please take your support request to forum.jquery.com. This ticket should be marked as invalid.