Hi Mike

I figured as much from messing about with it but thanks for the
confirmation and the heads up re 'span'. It had slipped my mind and
will fit my needs more nicely than 'div'.

Thanks
Tom


On Dec 4, 1:09 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> 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