Uncaught TypeError: jQuery(…).on is not a function.
-
Having an issue with the payments not going through for the Stripe Subscription buttons just created on my new page.
The test “Buy Now” button under “option 2” is where the subscription should be purchased from however when clicked it throws an error instead.Here is a line extracted from the code in question which is controlling the Stripe payments:
jQuery(‘#swpm-stripe-payment-form-cfe7fb9ce248172abae28a459c2c2f21’).on(‘submit’,function(e) {
This gets pointed out to have an error via the Chrome web inspector:
Uncaught TypeError: jQuery(…).on is not a function.Anyone know how to work around this issue?
The page I need help with: [log in to see the link]
- The topic ‘Uncaught TypeError: jQuery(…).on is not a function.’ is closed to new replies.