Guest User

Untitled

a guest
May 27th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $(document).ready(function() {
  2. $(".submit_link").click(function(e) {
  3. $("#ajax-submission").toggle("fast");
  4. e.preventDefault();
  5. })
  6. })
Add Comment
Please, Sign In to add comment