It seems that on certain elements, this syntax is preferred by IE
$a = $('<a></a>').appendTo($element);It's right? There'is an explanation? Thank you
It seems that on certain elements, this syntax is preferred by IE
$a = $('<a></a>').appendTo($element);It's right? There'is an explanation? Thank you