>  #save-search            // select an element with id=save-search
>    :not(                      // as long as the following is not found:
>      [                         // descendent elements containing
>       div                     // a div
>        .error-message    // with class error-message
>      ])


Nice!  Thanks, Dave.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to