Ajax event tied to specific post?

Ajax event tied to specific post?

Hi All,

I have an ajax event,

$("#ajaxStarted").ajaxStarted(function....)

that i am using for a $.post call.

The problem I have is that elsewhere in the application there is another $.post call doing something unrelated.

being new to jquery i was wondering if there was means of tying my event listeners to specific post events?

Cheers,
Troy