I need to hook all links, images, css and js call URLs inside my site and execute some operation when an event occurs with then.
Anybody knows how to handle all these events?
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.
jQuery:
Not entirely sure if that is what you want, as your question isn’t terribly clear, but that is how you can bind something to the load event for each of those element types.