Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(‘form’).on(‘submit’, (event)=>{
  2. event.preventDefault();
  3. // Do what you want here
  4. // In this case get input value
  5. // Do a search
  6. // Redirect to results page
  7. });
Add Comment
Please, Sign In to add comment