|
Revision 5741, 356 bytes
(checked in by joern.zaefferer, 5 months ago)
|
|
tooltip: exclude IE from fading when bgiframe plugin is present; removed deprecated $.fn.Tooltip alias in favor of $.fn.tooltip
|
| Line | |
|---|
| 1 | 1.3
|
|---|
| 2 | ---
|
|---|
| 3 |
|
|---|
| 4 | * leverage advanced background-styling, eg. see http://www.google.com/intl/en_ALL/mapfiles/iw2.png
|
|---|
| 5 | * add ability to display remote tooltip for other elements, eg. an invalid input
|
|---|
| 6 | * Add stop-queue stuff for fadein/out without nasty queues
|
|---|
| 7 | * add delay on hide
|
|---|
| 8 | * add stick on hover of tooltip (with track:false)
|
|---|
| 9 | * offer hoverIntent support
|
|---|