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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -