getting jQuery to work on .load() content
I'm using .load() to retrieve a div from another page. The div contains a table which has a little jQuery zebra-striped table in it. When it's loaded into the second page the jQuery bits don't work, even though the same .js scripts are already included in each page header.
I would love some help understanding why this is and how to tackle it!