Reputation: 11276
I'm considering using this jquery utility as a possible solution, but I want to have a better understanding of it's use. Any thoughts?
Upvotes: 1
Views: 123
Reputation: 11638
I don't know what you really want to know, but in essence:
<script>
node in the document (head, as far as I remember) I struggled with debugging scripts included from the same domain in Firebug. Their source seem to vanish in the pits of jQuery.globalEval()
. They work, they are certainly evaluated - it is just that globalEval seems to clear up everything after itself so debugging is near impossible. Also, some people seem to miss the ability to peek at the src attributes.
Upvotes: 2