[jQuery] $.load() doesn't fires script tags?

[jQuery] $.load() doesn't fires script tags?


Hi Guys,
just facing an issue: I'm creating a worklflow for my "app" and found
$.load() very usefull. It works except that <script /> tags aren't
loaded. I got some jQuery Objects (like Flexbox etc) in my remote
pages and would like to have access to this objects after the load()
but after load() there are no <script /> tags sadly.
Is this a regular behaviour? Or a bug?
Regards