Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Created February 17, 2013 20:16
Show Gist options
  • Save jonathancg90/4973217 to your computer and use it in GitHub Desktop.
Save jonathancg90/4973217 to your computer and use it in GitHub Desktop.
if ( event.which == 13) {
var value = $(this).val()
//value.replace(" ","W3Schools");
var category = $('#list-category').val()
var host = window.location.host;
url="http://"+host+"/search/#/0/"+category+"/0/0/0/0/"+value;
$(location).attr('href',url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment