Do not call BlockUI for ajax calls that take little time

I am using jQuery BlockUI . In each AjaxCall, I block the form with BlockUI Plugin . But the Ajax request can last 1 second or maybe more than a minute. so I don’t want to block the form when the request takes a few seconds. How can i do this?

+3
source share
1 answer

Unable to execute.

How will your code know which ajax calls will be simple in advance?

: " ..."
: "? ? 1,5 , , 5 ".
: " , ".

, BlockUI .

+3

All Articles