mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts
This commit is contained in:
parent
61c80a9d4c
commit
3228625de1
5 changed files with 21 additions and 29 deletions
|
@ -287,8 +287,7 @@ GUI_control.prototype.content_ready = function (callback) {
|
|||
});
|
||||
|
||||
$('.cf_tip').each(function() {
|
||||
$(this).jBox('Tooltip', {
|
||||
content: $(this).children('.cf_tooltiptext'),
|
||||
$(this).jBox('Tooltip', {
|
||||
delayOpen: 100,
|
||||
delayClose: 100,
|
||||
position: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue