Problems with links on loaded contents
Hi guys!
I'm triying to call to a link that has been previously loaded by another link. Here is the situation:
I have a "Link A" that load "Content A" (via Ajax). A "Link B" that load "Content B"... and then a Link to B in the "Content A" that has been loaded with the "Link A".
I have made a sketch to explain it better:
The problem is I can't use the "Link B" inside the content of A because there's no JQuery code in that page (I load the content from a different file to change between the different sections of the page.
Should I use JQuery codes in each loaded section or is there a better way to perform this?
Thank you in advance!