I get this error whenever I click on a specific button in my code and delete the following line, cause the problem to go away and the button works:
$(selector_value_object).html(value_object);
And both variable objects selector_value and value_object are defined. In fact, this line only works if both variables are defined. So what could be causing this error? IE8 must have .html () support, right?
I am running jQuery version 1.8.3.
Note. This issue only occurs in IE8.
javascript jquery internet-explorer-8
Weblurk
source share