10-07-2019, 09:44 AM
(This post was last modified: 10-07-2019, 09:44 AM by Alexandre Machado.)
A div (or any other DOM element) without an id is not an error nor a problem, unless you are trying to do something with it via its ID.
This page of this forum where you read my answer contains dozens of divs without ID an any other attribute. They are just containers.
Can you elaborate when you get the error you mentioned?
This page of this forum where you read my answer contains dozens of divs without ID an any other attribute. They are just containers.
Can you elaborate when you get the error you mentioned?
Quote:However, older IE browsers have an IW error: "IWBase.js (6.17889) - Cannot retrieve id property that has an undefined or null reference"

