Hi It looks like the 'quirkiness' of IE is rearing its ugly little head again, unless I'm doing something really dopey. If you view the test doc at:
http://www.nottingham.ac.uk/~ntzfr/test/ajax/jquery/jquery_tooltip_plugin_test.html in a proper browser such as Firefox or Opera, the Tooltip plugin works fine - hover over the form elements and you get a custom tooltip. View it in Microsoft's crashware browser and you get a Javascript error: "Object doesn't support this property or method" relating to Line 31, which is: $("input, select, img, textarea").tooltip({ This happens if I reduce the selectors to one: $("input").tooltip({ so it obviously doesn't like the selector. Could anyone point me towards a diagnosis of this, please? Have I got something wrong in the selector? I'm a relative novice at jQuery. It's a nice jQuery plugin and I'm in awe of all the plugins Jörn's developed - I use Autocomplete and Validate on a regular basis, so many thanks - and would like to use this one as well. If I can't get IE to behave then I'll have to ditch it, sadly, as when IE falls over it ceases all other code execution. TIA for any tips :) Cheers Fred