Skip to content

Instantly share code, notes, and snippets.

View applehat's full-sized avatar
✝️
Sola Fide

Cameron Chunn applehat

✝️
Sola Fide
View GitHub Profile
jQuery(document).on("click", "#discountPopupButton" , function(e) {
e.preventDefault();
alert("hello world");
jQuery('#testMessage' ).text('test');//elementor-heading-title
jQuery('.elementor-heading-title' ).text('testing');
jQuery( '.elementor-price-table__integer-part' ).text("nother test");
})
/*
$(document).on("click", "#discountPopupButton" , function() {
//jQuery( '#testButton' ).click(function() { // Binds this function to run when HTML element with id=discount is clicked