Hi
I would like to show a tooltip on a shuttle item as the user hovers over each option.
I added the following line in the "Form Element Options attributes" property on the shuttle item.
onmouseover="toolTip_enable(event,this,$(this).text())"
This works perfectly in Chrome, but does not work in IE.
Any suggestions would be appreciated.