On Tue, 23 Jun 2009 12:40:11 -0400, John Resig <jere...@gmail.com> 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 jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to