OK, Reeeeeally need some help with jQuery

Hi guys

I was really quite hoping that someone might be able to help me out with a bit of a problem i’m having using .load in jQuery?

I’ll try and explain the situation. Basically, I’m building a control panel for a web app at work. Ths main page has tabbed navigation which is blank in the markup but it uses .load to load the pages when a tab is clicked. This is all fine and dandy and working properly.

The problem is within one of these “tabs” - this has a collection of links that I would like to update a div within this tab, again using the load method. I’ve got it so that it is doing this fine, but when I’m checking the output on Firebug, the AJAX requests seem to multiply after each link is clicked (i.e. clicking one link will send one request, clicking a second link will send two, clicking a third will send 4 etc.)

Now, I’ll admit I’m still in the learning phase of jQuery, but I always seem to have trouble when I try to manipulate anything that has been generated or manipulated by jQuery, so chances are I’m putting the code in the wrong place (I’ve put the code to do all this on the same page that is updated when clicking on a tab, so that may be what’s causing it, but putting it anywhere else and it doesn’t work…)

Reading back on this I know it sounds incredibly vague. In general I’m just wondering how I can use .load on an element that has already been loaded with .load, if that makes any more sense?

Any help is much much MUCH appreciated…

Thanks!!!