Sorry - I was out to dinner... (and I should add: Thanks for the
prompt replies)
So... based on the last comment above from JΛ̊KE does this issue not
identify a jQuery bug? I mean, to quote "bottom line, different
browsers do it differently" goes against my understanding of jQuery
being cross browser compatibility.
I don't mean to confuse things further but eventually I got the
code to work though I cannot find what code change I have in place...
-
$(".MyClass").each(function()
- {
var
i=$(this).prop("id");
-
console.log( i );
- });