cluetip problems when applied to OPTION
February 1, 2008 - 1:07am — freerangeminds
| Project: | clueTip - flexible, enhanced tooltip |
| Version: | 0.9.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I am using clueTip plugin version 0.9.5 and am attempting to apply it to options in a select and it is working in FF 2.0.11, but not IE or Safari. It obviously works fine with spans, a href, etc.
<select>
<option class="foobar" title="|This is the narrative option #1|">Option #1</option>
<option class="foobar" title="|This is the narrative option #2|">Option #2</option>
<option class="foobar" title="|This is the narrative option #3|">Option #3</option>
</select>The jquery call I am using is simply:
$(document).ready(function() {
$('option.foobar').cluetip({splitTitle: '|', showTitle: false, positionBy: 'fixed'});
});I have tried with jquery 1.2.2
Are there any known workarounds for using with options?
Thanks,
Derrick
