Tabs - Passing Variables

Tabs - Passing Variables


Hi guys,
I've been trying to do this for a week now and I'm getting
desperate :) I'm still new to jQuery but this has to be possible (or
I'm going to cry):
My situation is I'm using nested AJAX tabs and I'm having trouble
passing variables to my PHP scripts on other tabs. For instance I have
a page, "listStuff.php" which lists all the rows in a database table.
I'd like to click a text link to switch to another nested tab and pass
the id of the row for editing, such as "editStuff.php?id=123".
If I was passing the same few variables over and over I guess I could
just change the URL of the Tab and select it, but since there could be
thousands of different id's as well as other variables it would be
ideal to just be able to say "<a href="#editPage?id=5?"> or maybe <a
href="#editPage" id="5"> or maybe <a href="#" class="editPage" id="5">
At this point even an ugly hack will do because I'm dead in the water
if I can't do this.
If anyone could help me out I would be eternally grateful. I've gone
through every single post in the group with "tab" in it and I'm still
not having any luck.
Thanks for your time and have a nice day,
-- Hyarion