i have a problem to get the value of a span in IE. Is working on FF, and chrome but not in IE.
I made a simple version in http://jsfiddle.net/p38Mm/1/ basically i click a Row with 2 column and there is a span in the second column.
i have a problem to get the value of a span in IE. Is
Share
The
srcElementis the input button not thetrthat you have attached the event so to fix it, you have to address the right parent. Here’s the fiddle. In essence: