jQuery block UI exceptions
Posted
by Chirantan
on Stack Overflow
See other posts from Stack Overflow
or by Chirantan
Published on 2010-04-14T04:47:56Z
Indexed on
2010/04/14
4:53 UTC
Read the original article
Hit count: 391
I am using JQuery UI plugin blockUI to block UI for every ajax request. It works like a charm, however, I don't want to block the UI (Or at least not show the "Please wait" message) when I am making ajax calls to fetch autocomplete suggest items. How do I do that? I am using jquery autocomplete plugin for autocomplete functionality.
Is there a way I can tell the block UI plug-in to not block UI for autocomplete?
© Stack Overflow or respective owner