Advertisement
Guest User

Untitled

a guest
Oct 4th, 2010
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $("#testchk").click(function () {
  2. if ($("#testchk").is(":checked"))
  3. {
  4. $("#test").append("<input type=text id=texttest name=crazytest value=WIN />");
  5. }else{
  6. $("#test").remove("");
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement