[jQuery] Referencing AJAX Loaded Content
Hello world,
I've managed to load a simple HTML file using the .load function. I'm
trying to traverse between the multiple pages using forward and back
buttons. Right now, I have the click function of the AJAX loaded page
inside of the load function, but that is messy and runs into problems.
Is there a better way using the find function?
Thanks!