[jQuery] tooltip

[jQuery] tooltip

Hi,
How to show the text in option title as tooltip. I tried several
options but nothing is working. I am using jquery tooltip plugin. It
works perfectly with select and other form tag elements.
Any help is greatly appreciated.
--thanks
Example:
<select title="tooltip" >
            <option title="tooltip1">1. option</option>
            <option title="tooltip2">2. option</option>
            <option title="tooltip3">3. option</option>
</select>