Sorry, I posted the wrong bit of code.  My .ajaxLoad code is:

$pastemonkey('#content').not($pastemonkey('#PasteTags')
[0]).ajaxStart(function(){
                $pastemonkey.blockUI();
        });

On Sep 30, 4:57 pm, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Hi there,
>
> I am running into a little problem, I cannot seem to get my code to
> work to ignore 1 field inside a DIV.  I have a .ajaxLoad() on the div,
> that fires block UI when the content of the DIV changes, however also
> inside the DIV I have a field that has a autocomplete attached to it.
> When I type in this field, it fires the .ajaxLoad() and the block UI.
>
> My code is below:
>
> $pastemonkey('#PasteTags').livequery(function(){
>                 $pastemonkey(this).autocomplete('/tags/find/', {multiple: 
> true,
> matchContains: true});
>         });
>
> $pastemonkey is my own var for $ using .noConflict.  I've tried using
> :not but couldn't get it to work.  Can anyone help?
>
> --
> Tane Piperhttp://digitalspaghetti.me.uk
>
> This email is: [ ] blogable [ x ] ask first [ ] private

Reply via email to