.load() and timing issues
New to jquery, but it's totally awesome so far. I've run into a snag
that you all probably know how to deal with.
I'm using .load() to load a snippet of HTML in response to a click. I
need to modify some of the HTML depending on what the source of the
click. Even though I load the snippet first, the modification I'm
trying to perform doesn't seem to see the freshly loaded HTML, and
instead operates on the original HTML.
Seems like a timing issue, but I sure believe there must be a way to
do this. Any suggestions?
Thanks!