This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
mirror of
https://github.com/lidarr/Lidarr
synced
2025-03-04 02:18:06 +00:00
Code
Issues
Releases
Wiki
Activity
1c5e30bbd0
Lidarr
/
UI
/
jQuery
/
TooltipBinder.js
11 lines
150 B
JavaScript
Raw
Normal View
History
Unescape
Escape
updated jshint to 2.1.3 single quotes
2013-06-21 23:24:24 -07:00
'use strict'
;
all tooltips are automatically converted to bootstrap.
2013-06-20 23:01:00 -07:00
define
(
[
'bootstrap'
]
,
function
(
)
{
form tooltips pop from right.
2013-07-13 23:06:18 -07:00
This should fix the sticky tooltip issues Lost some control over positioning based on parents, but we can add data attributes if required
2013-07-30 23:25:29 -07:00
$
(
'body'
)
.
tooltip
(
{
selector
:
'[title]'
all tooltips are automatically converted to bootstrap.
2013-06-20 23:01:00 -07:00
}
)
;
}
)
;
Reference in a new issue
Copy permalink