Johannes Theile schrieb: > Hi, > the following scenario: I have several links in a part of the page which was > previously loaded by load(). When I click one of these links another part of > the page should be loaded, with a parameter which should come from the link. > > At this time the loading I think shouldn't be a problem. The thing I'm > unclear about is how to store the later parameter in the link and how to > retrieve it for submitting to the load() function. > > I thougt about saving the parameter in the id-attribute or name, but I'm not > sure if this is a good way and how to retrieve it. > > Maybe someone can help. > > Regards, > Johannes
Johannes, can't you just use a query parameter? Your description sounds exactly like this is what you need. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
