Hi Tom,

That won't work with the current implementation of blockUI.  If you had a
div or span around the select box then you could block that element.

Mike


On Dec 4, 2007 6:07 AM, Tom <[EMAIL PROTECTED]> wrote:

>
> Hi
>
> I am trying to use blockUI to block a select/dropdown list named
> 'srv_voice' when an AJAX request is being processed.
>
> Code is simply
>
> $('select[name=srv_voice]').block();
>
> I have used
>
> $().ajaxStart($.blockUI).ajaxStop($.unblockUI);
>
> to block the whole page so that part of the plugin works. Likewise I
> have also blocked other div elements on the page. Why can I not block
> this select box?
>
> Does this plugin only support certain elements?
>
> Thanks
> Tom
>

Reply via email to