Skip to content

Instantly share code, notes, and snippets.

@amiskov
Created August 9, 2012 05:04
Show Gist options
  • Save amiskov/3301153 to your computer and use it in GitHub Desktop.
Save amiskov/3301153 to your computer and use it in GitHub Desktop.
Test
var item = $('.form_search__result .selected a');
if(item.size() == 0) return false;
window.location.href = item.attr('href');
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment