.live and .livequery after .load()
Here is my problem, been working on it for a while now but still having a few problems.
The goal is to load external code into a <div>. from the research i've done and the help on this forum the best way to load the content is to use the .load jquery function. This is working properly and it loads static pages without a problem. My goal now is to be able to use jquery in the newly loaded content. the problem that I have is that when the content is loaded into the <div> the event handlers do not work. I've been told that I should use .livequery or .live to accomplish this. I'm having trouble getting either function to work properly. what is the proper way to use .live or .livequery in this situation?
Thanks.
Clay