Skip to main content
rephrased slightly to make the question more generic
Source Link
pixeline
  • 18.1k
  • 12
  • 87
  • 110

For once, i think i managed to make the question quite clear: whenWhen you load an html document using AJAX, what does it do with the nodes inside the HEAD tag: (script,link,style,meta,title) ignore them or load and parse them? And in the case of jquery 's ajax() function?

For once, i think i managed to make the question quite clear: when you load an html document using AJAX, what does it do with the nodes inside the HEAD tag: (script,link,style,meta,title) ignore them or load and parse them? And in the case of jquery 's ajax() function?

When you load an html document using AJAX, what does it do with the nodes inside the HEAD tag: (script,link,style,meta,title) ignore them or load and parse them? And in the case of jquery 's ajax() function?

Source Link
pixeline
  • 18.1k
  • 12
  • 87
  • 110

When loading an html page via ajax, will script tags be loaded?

For once, i think i managed to make the question quite clear: when you load an html document using AJAX, what does it do with the nodes inside the HEAD tag: (script,link,style,meta,title) ignore them or load and parse them? And in the case of jquery 's ajax() function?