How do I check if the request is an AJAX? I am using CodeIgniter. I have a link that when it clicked, it\'ll open the pop-up dialog window this is done through ajax it reque
If you use jQuery or other major javascript library it works. If you do custom requests, don't forget ot set X-Requested-With HTTP header to XMLHttpRequest.