[jQuery] Jquery cluetip plugin behavior

2010-01-04 Thread Taggy
Hello, The jquery plugin for cluetip (http://plugins.learningjquery.com/ cluetip/) currently defaults to showing a cluetip on left. I want to modify the behavior to show X pxl from the right of the element (table row).Is there a known work around for this? I digged in to the options for

[jQuery] jQuery cluetip plugin

2009-05-08 Thread Bharat
In my Rails 2.3.2 application, the plugin is working for me, but I am unable to customize anything. Here is my setup: 1. In my application.html.erb file, I have the following: %= javascript_include_tag jquery.js, jquery-ui.js, jquery.hoverIntent.js, jquery.cluetip.js, jrails.js % %=