- <!-- Jquery -->
- <script type="text/javascript">
- $(document).ready(function() {
- $(".tab").show();
- $('#result').html('');
- $.ajax({
- type: "GET",
- url: "https://script.google.com/macros/s/AKfycbzBsbwduhAH0ZkQLElACQLGcZsiJtB1INf39-syDbA9a8uISc64/exec",
- success: function(data)
- {
- $.each(data.user, function(i, value) {
- $('#result').html('<b>The bank of Yesterday</b><!–- [et_pb_br_holder] -–> <h1>'+data.user[i]['Bankfortomorrow']+'</h1> <!–- [et_pb_br_holder] -–> <b>Please copy it and paste it on AM Bank Field</b><div id="showData"></div><style>#hidethis{display:none}</style>');
- });
- }
- });
- });
- </script>