Skip to content

Instantly share code, notes, and snippets.

@reedlaw
Created February 15, 2013 16:47
Show Gist options
  • Save reedlaw/4961645 to your computer and use it in GitHub Desktop.
Save reedlaw/4961645 to your computer and use it in GitHub Desktop.
<a href='javascript:(function(){$("#user_first_name").val("John");$("#user_last_name").val("Doe");$("#user_address_1").val("123 Somewhere Ln.");$("#user_city").val("Someplace");$("#user_zip").val("12345");$("#user_phone").val("1-234-567-8901");rand=randomnumber=Math.floor(Math.random()*111111);$("#user_email").val("testing"+rand+"@example.com");$("#billingAddressInput").attr("checked","true");$("input[name=agreements]").attr("checked","true");$("#user_password").val("password");$("#user_password_confirmation").val("password");})();'>DGN Reg</a>
<a href="javascript:(function(){$(&quot;#order_card_name&quot;).val(&quot;John Doe&quot;);$(&quot;#order_card_number&quot;).val(&quot;4904202183894535&quot;);$(&quot;.selectMonth option:eq(3)&quot;).attr('selected','selected');$(&quot;.selectYear option:eq(3)&quot;).attr('selected','selected');$(&quot;.securityCode&quot;).val('123');})();">DGN CC#</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment