I am dynamically loading a user control on a click of a checkbox. I need to run a post on the Jquery when a button is clicked on the user control. When I Load my User Control, I cannot run
$(document).ready(function(){
alert('I am here!!');
}); as a test.
Any Ideas. or do I need a $.getScript() ?.