jquery load links not clickable

Posted by john morris on Stack Overflow See other posts from Stack Overflow or by john morris
Published on 2010-04-15T00:30:06Z Indexed on 2010/04/15 0:33 UTC
Read the original article Hit count: 300

Filed under:
|

ok i am loading a separate page with links in it, into a page named index.php. it loads fine, but when i click one of the links inside the loaded content, nothing happens. they dont act as links. but if i do a alert('hi'); after the load('page.html'); then it will work. any ideas on getting this to work without alerting something after it loads? oh also i cant use a callback, unless there is a way to update the get variable because the page loading, has a $_GET variable, and the links inside the loaded page are supposed to update the $_GET variable. anyways is there a way to make the links clickable after loading the page?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about load