javascript jquery errors
-
Uncaught TypeError: Object [object Object] has no method ‘on’
line 123
$( document ).on( ‘click’, ‘.sell-media-cart-trigger’, function( event ){
to
$( ‘.sell-media-cart-trigger’ ).click( function( event ){Uncaught TypeError: Object [object Object] has no method ‘on’
line 257
$(‘#sell_media_checkout_form’).on(‘submit’, function( event ){
to
$(‘#sell_media_checkout_form’).submit( function( event ){
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘javascript jquery errors’ is closed to new replies.