Show More
@@ -65,7 +65,7 b' define([' | |||||
65 | this._clocklink = $('<a/>').attr('href', "#"); |
|
65 | this._clocklink = $('<a/>').attr('href', "#"); | |
66 | this._clocklink.attr('role', "button"); |
|
66 | this._clocklink.attr('role', "button"); | |
67 | this._clocklink.addClass('ui-button'); |
|
67 | this._clocklink.addClass('ui-button'); | |
68 |
this._clocklink.attr('title', 'Tooltip |
|
68 | this._clocklink.attr('title', 'Tooltip will linger for 10 seconds while you type'); | |
69 | var clockspan = $('<span/>').text('Close'); |
|
69 | var clockspan = $('<span/>').text('Close'); | |
70 | clockspan.addClass('ui-icon'); |
|
70 | clockspan.addClass('ui-icon'); | |
71 | clockspan.addClass('ui-icon-clock'); |
|
71 | clockspan.addClass('ui-icon-clock'); |
General Comments 0
You need to be logged in to leave comments.
Login now