On Tue, 23 Jun 2009 12:40:11 -0400, John Resig <[email protected]> wrote:
>
> To be clear: jQuery supports the pattern, it just requires the closing /.
>
> $("<td/>") // ok
Although I do know that at least one version of jQuery this would cause
errors in IE (6 I believe) under some circumstances.
I had to replace that code in one of my plugins with:
$('<td></td>')
I haven't tested with the latest jQuery though so this may not be an issue
any more...
Kelvin :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---