javascript - Parentnode working different in IE11 -
i have below statement in code. in ie11, double quotes getting added in variable"a" in ie8, no quotes getting appended. unwanted double quotes causing exception. inputs ?
var = thisobject.parentnode.parentnode.parentnode.cells[1].innerhtml;
Comments
Post a Comment