Ask and answer web development questions.

How do i initialize Jquery inside the external file which opens in pop up window?

On click of a url i am opening  a php file. In that php file I am trying to change the text inside a <td> tag using 

 

$(document).ready(function(){
$('#test').html("this is test");
});
 
where #test id the ID of the td. But when the pop up opens its not changing the data inside <td> tag.
 
How do i initialize jquery?
asked Feb 15 by anonymous

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.