i think this is a problem with jquery. As it doesn't do what i wanted. Essentially what i'm doing is for the first example. I'm goign to load a <div> which is originally hidden, then becomes visible after clicking the link which is intercepted with jquery and it's filled with a fragment of info i selected. Then after that, i have a link within it, what i'm trying to do is to allow the person to click on that link and have it reload that <div> with the information i have set. I'm using the same code but it's nto working.
The second one i'm trying to do is to load a page into themain page, then open up the same div since it's outside of the element which is being filled with the fragment of the other page. For some reason, when i click on a link within there, it's not calling it up properly. Is this a known limitation in jquery?