/*
A simple Plugin for JQuery to enhance its excellent CSS/XPath-like selectors.
There are numerous debates on the JQuery forumm about the merits of these selectors.
It is right to keep them out of the JQuery Base. They can be useful none the less, so
perhaps there is a place for some of them in the Forms Plugin (until it gets moved into Base!)
This plugin adds several new selectors to jQuery, including:
Selector - Usage example - Description
:hover - $("DIV:hover") - Find the element under the mouse.
:focus - $("INPUT:focus") - Find the element that has the focus. This will typically be a ,