Apply a mask around an arbitrary number of elements. Useful for pulling elements up through an overlay.
Try it out: http://dbellizzi.github.com/jquery-mask/
Add a mask to highlight all elements with "selector" within the container element "container":
jQuery(container).mask(selector);
Remove all masks:
jQuery(container).mask(false);