Skip to content

Instantly share code, notes, and snippets.

View Exeu's full-sized avatar

Jan Eichhorn Exeu

View GitHub Profile
$(document).ready(function() {
var globalRequest = 0;
$('#search').bind('keyup', function(event) {
if (event.keyCode == 13) {
searchAction();
}
});
$('#search-link').bind('click', function(event) {