• Resolved qwerks

    (@qwerks)


    Onload this line breaks
    /* Keyboard navigation.*/
    if (1) {
    jQuery(document).on(‘keydown’, function (e) { // <=== this line here breaks
    if (e.keyCode === 39 || e.keyCode === 38) { /* Right arrow.*/
    wds_change_image_0(parseInt(jQuery(‘#wds_current_image_key_0’).val()), (parseInt(jQuery(‘#wds_current_image_key_0’).val()) + wds_iterator_0()) %

    As the slider is trying to auto-rotate I get this error
    if (wds_data_0[key][“is_video”] == ‘image’) {
    jQuery(‘‘).attr(“src”, wds_data_0[key][“image_url”])
    .on(‘load’, function() { // <==== this line here breaks
    jQuery(this).remove();
    wds_change_image_when_loaded_0(current_key, key, wds_data_0, from_effect, btn);
    })

    Thanks!

Viewing 1 replies (of 1 total)
  • Hello, @qwerks!

    Thank you for your time posting about this issue!

    Our development team has checked the errors, and they need to have a closer look to be able to suggest a solution.

    Could you please contact our team using the following form?
    https://web-dorado.com/support/contact-us.html

    Make sure to indicate the link to this forum thread in your message. We will post the solution here as well.

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: jQuery(…).on is not a function’ is closed to new replies.