Bug Tracker

Changes between Initial Version and Version 1 of Ticket #13051, comment 2


Ignore:
Timestamp:
Dec 13, 2012, 11:56:35 AM (10 years ago)
Author:
dmethvin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13051, comment 2

    initial v1  
    33Can you try with the current code and see if the problem is still there for you? http://code.jquery.com/jquery-git.js
    44
    5 In general, it's **not a good idea** to design pages load scripts this way. Use `$.getScript()` or use a script loader rather than injecting HTML that happens to have script tags.
     5In general, it's **not a good idea** to design pages that load scripts this way. Use `$.getScript()` or use a script loader rather than injecting HTML that happens to have script tags.