Advertisement
Guest User

Untitled

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