Today I had a problem with jquery ajaxStart and ajaxStop
I want to have 2 differnt loading spinner but this ajaxStart and stop is overall kind of thing whenever there is any ajax request it will show the spinner.
ajaxStart and ajaxStop are meant for for  ALL jquey ajax calls, not specific ones related to an element.
but i want 2 different.
I want to call this spinner on some ajax request and not on all. so looking for solution.