Attach ajax events to only one ajax request
Is there a way to attach ajax events to only certain requests. Every time I attach ajaxStart, ajaxComplete,
beforeSend, etc. to any ajax request it attaches the event to all ajax requests. I want to specify only some. I have a site that is pretty much built and runs and different ajax requests. Only a few of them take long enough to need to display a progress bar. I don't see any way in the documentation that will allow to specify events to happen on only certain requests. Does any one have any ideas how to work around this? I'd rather not duplicate a function or call the a function myself on all these.