[jQuery] Ignoring field within whole DIV

[jQuery] Ignoring field within whole DIV


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 Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private