Couldn't post on the main Tipsy page ...
Attached is the latest JS code + CSS + images which would work as advertised by the original Tipsy author (Jason Frame).
Regards.
Attached File(s)
-
tipsy.zip (4.53K)
Number of downloads: 116
Posted 06 June 2011 - 09:10 PM
taiff, on 31 May 2011 - 12:04 AM, said:
Posted 03 August 2011 - 02:46 AM
Posted 06 July 2012 - 02:48 AM
jquery.tipsy.js.txt (9.56K)
tipsy.css.txt (2.12K)
Posted 10 July 2012 - 04:38 PM
Posted 17 November 2012 - 11:06 AM
class Tipsy extends CWidget
{.........
public $live = true; //Add this
// OPTION: live
if (isset($this->live)) {
$params['live'] = ($this->live) ? : false;
}
if (isset($item['live'])) {
$params['live'] = $item['live'];
}