Advertisement
marcelofoxes

Untitled

May 3rd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('form').on('submit', function(e) {
  2.     e.preventDefault();
  3.     e.stopPropagation();
  4.     window.location = '/search/' + $('[name="server"][checked]').val() + '/' + String($('.inputcomplete').val()).toLowerCase();
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement