Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

cluetip problems when applied to OPTION


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