Unable to get value of the property 'cloneNode': object is null or
Unable to get value of the property 'cloneNode': object is null or
DmainEvent
Posts: 5Questions: 0Answers: 0
I am using my DataTables like I usually do, trying to figure out why I am getting a warning from the pluggin despite the fact that my code looks emaculate, and now I am getting the above error. Visual studio takes me into jquery.DataTables.min.js. it then shows me this little chunk of code...
d=d.cloneNode(true)
I do not have any clue what on earth is going here. And I am not the best Java Script programmer on earth. Probably close to the worse. Don't know if it gets any worse then me.
d=d.cloneNode(true)
I do not have any clue what on earth is going here. And I am not the best Java Script programmer on earth. Probably close to the worse. Don't know if it gets any worse then me.
This discussion has been closed.
Replies
Allan