Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <amp-script layout="container" script="hello-world">
  2. <div class="row">
  3. <form id="filtri" class="col-12" method="post">
  4. ............
  5. </form>
  6. </div>
  7. </amp-script>
  8. <script id="hello-world" type="text/plain" target="amp-script">
  9. jQuery("input[name=\'summa2\']").click(function() {
  10. jQuery("input[name=\'summa\']").val( jQuery(this).val() );
  11. jQuery(\'#summa\').html( jQuery(this).val()+\' €\' );
  12. update();
  13. })
  14. ...............................................
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement