> jQuery.fn._find = jQuery.fn.find;
> jQuery.fn.find = function(t, context) {
>     if (typeof t == 'string')
>         t = '#' + t;
>     return this._find(t, context);
> }

Of course that really limits how you can use jQuery but it may get you
over the hump.

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

Reply via email to