wpovernight / woocommerce-pdf-invoices-packing-slips

Create, print & automatically email PDF invoices & packing slips for WooCommerce orders.
https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
Other
99 stars 46 forks source link

Replace deprecated jQuery functions #749

Closed alexmigf closed 5 months ago

alexmigf commented 6 months ago

@DavidAnderson684 has spotted some deprecated jQuery functions that need to be updated:

$( '#wpo-wcpdf-settings .number-tools-btn' ).click( function(  event ) {  + $( '#debug-tools .number-tools-btn' ).click( function( event ) {

 jQuery.click() and various other methods have been deprecated for a long  time - it should be jQuery.on('click'). So, it'd be good to fix those in  the next release.