Advertisement
Guest User

Untitled

a guest
Jan 30th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#target').submit(function() {
  2.   if( $('#inputId').val() == "search" )
  3.   {
  4.     $('#inputId').remove();
  5.   }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement