Guest User

Untitled

a guest
Jul 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#contactLink').click(function(){
  3. $("#contactForm").submit();
  4. )};
  5. )};
  6.  
  7. <form action="" method="post" id="contactForm">
  8.  
  9. <a href="#" id="contactLink">Submit message</a>
  10. </form>
Add Comment
Please, Sign In to add comment