Advertisement
paradocks

Untitled

Dec 3rd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. basebet = 0.00000001;
  2. $('.icon--dice').click(function() {
  3.     basebet = prompt("What would you like your basebet to be?", "0.00000000");
  4.    
  5.  
  6. });
  7. $('<button class="btn btn--submit grid__item one-third" data-ember-action="8">Base</button>').insertBefore('div button:nth(1)');
  8. $('#basebet').click(function(){
  9.     $('.hero__main input:first').val(basebet).change();
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement