oont-contents/plugins/creative-mail-by-constant-contact/assets/js/footer_rating.js
2025-02-08 15:10:23 +01:00

9 lines
259 B
JavaScript

/**
* Footer rating javascript.
*
* @package CreativeMail
*/
jQuery( 'a.ce4wp-rating-link' ).click( function() {
jQuery.post( 'admin-ajax.php', { action: 'woocommerce_ce4wp_rated' } );
jQuery( this ).parent().text( jQuery( this ).data( 'rated' ) );
});