Add notes
This commit is contained in:
@@ -42,6 +42,14 @@ $(function () {
|
||||
});
|
||||
});
|
||||
|
||||
// add popup for span titles
|
||||
$('span[title]').append(' <span class="muted">▴</span>').qtip({
|
||||
content: {
|
||||
text: false // Use each elements title attribute
|
||||
},
|
||||
style: { classes: "qtip-light" } // Give it some style
|
||||
});
|
||||
|
||||
$(".miles-unknown").addClass('label label-warning').append(' <span class="muted">▴</span>')
|
||||
.each(function () {
|
||||
$(this).qtip({
|
||||
|
||||
Reference in New Issue
Block a user