jQuery simonfitness mail rubble
Change class name on click in jQuery
by Miklos Nagy
HTML
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" lang="hu-HU">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="hu-HU">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="hu-HU">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="hu-HU">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<link rel="pingback" href="https://simonfitness.hu/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="https://simonfitness.hu/wp-content/themes/Divi/js/html5.js" type="text/javascript"></script>
<![endif]-->
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<title>Fizetés – Kocka/lapos has program | Simonfitness.hu</title>
<!-- Open Graph Meta Tags generated by MashShare 3.5.4 - https://mashshare.net -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Fizetés – Kocka/lapos has program" />
<meta property="og:url" content="https://simonfitness.hu/fizetes-kocka-lapos-has-programocska/" />
<meta property="og:site_name" content="Simonfitness.hu" />
<meta property="article:published_time" content="2018-03-10T11:58:07+00:00" />
<meta property="article:modified_time" content="2018-10-24T07:04:28+00:00" />
<meta property="og:updated_time" content="2018-10-24T07:04:28+00:00" />
<!-- Open Graph Meta Tags generated by MashShare 3.5.4 - https://www.mashshare.net -->
<!-- Twitter Card generated by MashShare 3.5.4 - https://www.mashshare.net -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Fizetés – Kocka/lapos has program">
<meta name="twitter:description" content="">
<!-- Twitter Card generated by MashShare 3.5.4 - https://www.mashshare.net -->
<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Simonfitness.hu » hírcsatorna" href="https://simonfitness.hu/feed/" />
<link rel="alternate"...
JavaScript
/* setTimeout(function(){
$("#wpcf7-f3022-p2072-o1 > form > p:nth-child(8) > input, #kokcak-program-letoltok-7 > button").trigger("click");
}, 5000); */
jQuery(document).ready( function(jQuery){
const stripeGombocka = jQuery("#payment-form-submit__kockalaposhas");
const paypalGombocka = jQuery("input.wpcf7-form-control.wpcf7-submit");
paypalGombocka.before('<label for="paypalGombocka" style="z-index:2;width:100px;height:50px;position:absolute;"></label>').css({
"z-index":"1"
});
jQuery("label[for='paypalGombocka']").click( function(){
console.log(jQuery('#yikes-easy-mc-form-7-EMAIL').value); console.log(jQuery('input.wpcf7-form-control .wpcf7-text .wpcf7-email .wpcf7-validates-as-required .wpcf7-validates-as-email').value);
} );
});