skip to Main Content

modal not working when use on click event – Jquery ajax

the button, use to click that pass direct to open in the modal <button type="button" class="btn btn-primary waves-effect waves-light debit-btn" data-toggle="modal" data-animation="bounce" data-target=".bs-example-modal-center-dr" data-account_id="" >Debit</button> modal section, after button clicked the modal suppose to open and show the data <div…

VIEW QUESTION

Trigger a javascript function when a WooCommerce order comes in processing status

I am having trouble calling a js function after I process a Woocommerce order. I have the following code in my functions.php: add_action( 'wp_enqueue_scripts', 'enqueue_so_18552010' ); add_action( 'woocommerce_order_status_processing', 'purchaseCompleted' ); function enqueue_so_18552010() { wp_enqueue_script( 'my-java', // Handle get_stylesheet_directory_uri() . '/js/custom.js?V=2020.08.01v12',…

VIEW QUESTION
Back To Top
Search