Responsive Booking Page: Difference between revisions

Jump to navigation Jump to search
Line 321: Line 321:


Custom Instruction:  
Custom Instruction:  
<code> <script type="text/javascript">
<code> <script type="text/javascript">
$(document).ready(function() { $("#buttoncustominstruction").val("the new text"); });  
$(document).ready(function() { $("#buttoncustominstruction").val("the new text"); });  
Line 326: Line 327:


Authorize.Net:  
Authorize.Net:  
<code><script type="text/javascript">
<code><script type="text/javascript">
$(document).ready(function() { $("#buttonauthorizenet").val("the new text"); });  
$(document).ready(function() { $("#buttonauthorizenet").val("the new text"); });  
</script></code>
</script></code>


Paypal
Paypal:
 
<code><script type="text/javascript">
<code><script type="text/javascript">
$(document).ready(function() { $("#buttonpaypal").val("the new text"); });  </script></code>
$(document).ready(function() { $("#buttonpaypal").val("the new text"); });  </script></code>