Why this fails? equal($("<h1/>"), $("<h1/>"))
Why this fails? equal($("<h1/>"), $("<h1/>"))
Or even
equal
(
$
(
"<h1/>"
)[0]
,
$
(
"<h1/>"
)
[0])
http://jsfiddle.net/kdEtk/24/
Thanks
Topic Participants
icetbr
Kevin Boudloche