We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Empty string passed to getElementById(). visual_logic.js

Home Forums Bug Reports and Feature Requests Empty string passed to getElementById(). visual_logic.js

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23614
    GLiFTeK
    Customer

    i’m getting:

    “Empty string passed to getElementById(). visual_logic.js:489:28”

    the inspector shows:

    else
    elem = document.getElementById(id);
    }
    return elem;
    }

    many sites said it was a conflict of jQuery.js and Prototype.js.

    is verge3d in any way dependent on prototype.js/?
    because i have not had any previous problems with using jQuery till now for some reason.. and i’m not using it.. not to my knowledge.

    i refreshed my app.js file to make sure there was nothing form there.

    i’ve never had this issue before..
    and if i do the jquery fix for it .. the next error is the one they specifically say comes next.. the “the “$” isn’t a command” error :negative: .

    strange this would just pop up.
    haven’t added anything on that end in quite awhile.

    EDIT: .. computer-wide search found i got it in a big library of libraries on Yarn.. and it came with my new installation of Dreamweaver which i do not use.

    funnnnn…..
    :scratch:

    anyone ever deal with this…?

    #23637

    Hi,

    Verge3D does not depend on Prototype.js. The error in the line elem = document.getElementById(id); may mean exactly that – you may be passing an empty string to getElementById.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.