• Resolved tyl3r

    (@tyl3r)


    Any clue about that?

    jquery.min.js:4 Uncaught TypeError: a.indexOf is not a function
        at r.fn.init.r.fn.load (jquery.min.js:4)
        at wpml_script.js?ver=9999:209

    You can see the error on gen8bits.com, tried:
    jQuery(document).on('load', setTimeout( function() {wpml_preload();}, 2000));
    But then the error change to:

    Uncaught TypeError: Cannot create property 'guid' on number '3'
        at Object.add (jquery.min.js:3)
        at HTMLDocument.<anonymous> (jquery.min.js:3)
        at Function.each (jquery.min.js:2)
        at r.fn.init.each (jquery.min.js:2)
        at xa (jquery.min.js:3)
        at r.fn.init.on (jquery.min.js:3)
        at wpml_script.js?ver=9999:209
    add @ jquery.min.js:3
    (anonymous) @ jquery.min.js:3
    each @ jquery.min.js:2
    each @ jquery.min.js:2
    xa @ jquery.min.js:3
    on @ jquery.min.js:3
    (anonymous) @ wpml_script.js?ver=9999:209

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tuxlog

    (@tuxlog)

    Hi,

    your site is using jQuery3 and I only test with the jquery versions WordPress uses. I think it will work when you use the default WordPress jquery release, since this kind of error occurs often with jquery3 and various plugins.

    Thread Starter tyl3r

    (@tyl3r)

    Thanks for the reply, I’ll try the jQuery included in WordPress.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uncaught TypeError: a.indexOf is not a function’ is closed to new replies.