1 2 3 4 5 6 7 8 9 10 | <script> jQuery(document).ready( function($){ $("#claim-buttons .et_pb_promo_button").click(function () { event.preventDefault(); $("#claim-numbers").toggle('show'); }); }); </script> |
1 2 3 4 5 6 7 8 9 10 | <script> jQuery(document).ready( function($){ $("#claim-buttons .et_pb_promo_button").click(function () { event.preventDefault(); $("#claim-numbers").toggle('show'); }); }); </script> |