Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var foo = function(){
  2. $('#ah_time').val('2h');
  3. };
  4. setInterval(foo, 300);
  5.  
  6. $(document).keydown(function( event ) {
  7. if ( event.which == 78 ) { //78 to "identyfikator" litery "n"
  8. ah_sellItem();
  9. }
  10. });
  11. wrzu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement