I\'m using jQuery to wire up some mouseover effects on elements that are inside an UpdatePanel. The events are bound in $(document).ready . For example:
$(document).ready
My answer?
function pageLoad() { $(document).ready(function(){
etc.
Worked like a charm, where a number of other solutions failed miserably.