Changes between Initial Version and Version 1 of Ticket #13051, comment 2
- Timestamp:
- Dec 13, 2012, 11:56:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13051, comment 2
initial v1 3 3 Can you try with the current code and see if the problem is still there for you? http://code.jquery.com/jquery-git.js 4 4 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.5 In 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.