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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.