Hi,
Thanks for the shorthand tip, what I was trying to achieve is upon
sucessful validation call a function, its not a plugin. Its another
function written inside the DOM. I tried adding the live syntax and it
works the way I want it to but not sure if I have coded it right, code
reproduced below
While not what you were asking, remember that you can chain.
var name = $("#label");
var nameInfo = $("#nameInfo");
name.blur(validateName).keyup(validateName);
...
nameInfo.text("We want names with more than 3 letters!").addClass
("error");
Then:
$('#addPhoneExt').click(tb_remove);
sets an on
2 matches
Mail list logo