Hi all,
I want add some functionality to the jquery $.ajax call. Specifically I want to trap for http error 403. I prefer not to edit jquery JS itself. I started to look at .extend but am a little confused by the examples.
Can I $.extend $.ajax() with to trap for 403?
TIA Zombie Killer.