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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -