[Jquery] Disable ajaxStart per page or the particular action Ajax.
Với config ở trên thì khi action ajax được chạy thì nó tạo ra 1 hiệu ứng mờ mờ toàn page.giờ mình muốn tắt effect loadingOverlay trên 1 vài ajax và mình không muốn thì làm sao? https://stackoverflow.com/questions/12604722/disable-ajaxstart-and-ajaxstop-for-a-specific-request I figured it out.. There is an attribute in the options object .ajax() takes called global. If set to false,…
Read More “[Jquery] Disable ajaxStart per page or the particular action Ajax.” »