Advertisement
wpdreams

Initial search phrase

Jan 29th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <script type="text/javascript">
  2. _scope = ASP.getScope();
  3.  
  4. _scope(function($) {
  5.  
  6. // Change this variable to any search prhase if you want to
  7. var searchPhrase = "";
  8.  
  9. setTimeout(function() {
  10. var $input = $($("input.orig").get(0));
  11. $input.val(searchPhrase);
  12. $input.keyup();
  13. }, 100);
  14. });
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement