Add title to this text.
Most browsers popup the title= attribute on mouse-over.
This commit is contained in:
parent
78c4aad43a
commit
822b9b1fcf
1 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@
|
||||||
textForPart = part.text;
|
textForPart = part.text;
|
||||||
}
|
}
|
||||||
$('<div></div>').addClass("ju-multiprogressbar-valuetext").text(textForPart).addClass(part.textClass).appendTo(partElement);
|
$('<div></div>').addClass("ju-multiprogressbar-valuetext").text(textForPart).addClass(part.textClass).appendTo(partElement);
|
||||||
|
partElement.attr('title', textForPart);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (self.created === true) { // Don't trigger "change" when we are creating the progressbar for the first time
|
if (self.created === true) { // Don't trigger "change" when we are creating the progressbar for the first time
|
||||||
|
|
Loading…
Reference in a new issue