internet explorer - jquery not showing up in IE? -
I am pulling information from an XML file and div class = "long"
works great But anchor does not work or does not appear in IE. It works in all other browsers but not IE? any idea?
$ (this) .find ('desc'). Each (function () {var url = $ (this) .find ('url'). Text (); var long = $ (This) .find ('long'). Text (); $ ('div class = "Long" & gt; & lt; / div & gt; ') .HTML (long) .appendTo (' # link _ '+ id); $ (' & lt; a href = 'http: //' + url + '"& Lt; / a & gt;') .HTML (url) .appendTo ('# link _' + id);});
$ ('& lt; a href = "http: //' + Url + '" & gt; html (url) .appendTo (' # Link _ '+ id);
?
You open your a
tag.
Comments
Post a Comment