Title: Uncaught TypeError: $ is not a function
Last modified: September 3, 2024

---

# Uncaught TypeError: $ is not a function

 *  Resolved [e dev](https://wordpress.org/support/users/efishinsea/)
 * (@efishinsea)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/uncaught-typeerror-is-not-a-function-12/)
 * plugin has a bug.
 *     ```wp-block-code
       Uncaught TypeError: $ is not a function/wp-content/plugins/clover-payments-for-woocommerce/admin/js/woo-clv-admin.js?ver=1.0.0:18
       ```
   
 * change line 18 from this
 *     ```wp-block-code
       18		$( document ).on(
       ```
   
 *  to this
 *     ```wp-block-code
       18		jQuery( document ).on(
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clover eCommerce](https://wordpress.org/support/users/cloverecommerce/)
 * (@cloverecommerce)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/uncaught-typeerror-is-not-a-function-12/#post-18190169)
 * Hello, e dev
 * Thank you for your feedback!

Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: $ is not a function’ is closed to new replies.

 * ![](https://ps.w.org/clover-payments-for-woocommerce/assets/icon-256x256.png?
   rev=2729044)
 * [Clover Payments for WooCommerce](https://wordpress.org/plugins/clover-payments-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clover-payments-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clover-payments-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/clover-payments-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clover-payments-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clover-payments-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clover eCommerce](https://wordpress.org/support/users/cloverecommerce/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/uncaught-typeerror-is-not-a-function-12/#post-18190169)
 * Status: resolved