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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -