Skip to content

Instantly share code, notes, and snippets.

@villanuv
Last active August 29, 2015 14:21
Show Gist options
  • Save villanuv/bbf785fb4a499942e11f to your computer and use it in GitHub Desktop.
Save villanuv/bbf785fb4a499942e11f to your computer and use it in GitHub Desktop.
For QDL Tumblr Post #1 Pt. 2
// javascript method
function mainSearch() {
var searchSite = ($('#search-field').val()).replace(/\s+/g, ' ').replace(/ /g, '+');
window.location = '/search?type=product&q=*' + searchSite + '*';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment