definicao de layout
This commit is contained in:
16
public/assets/js/button-tooltip-custom.js
Normal file
16
public/assets/js/button-tooltip-custom.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// "use strict";
|
||||
// var button_tooltip_custom = {
|
||||
// init: function() {
|
||||
// $("button").hover(function() {
|
||||
// var buttontooltiptext = $(this).attr("class");
|
||||
// $("button").attr("data-original-title", buttontooltiptext);
|
||||
// });
|
||||
// // $("button").tooltip();
|
||||
// $("a").tooltip();
|
||||
// $("input").tooltip();
|
||||
// }
|
||||
// };
|
||||
// (function($) {
|
||||
// "use strict";
|
||||
// button_tooltip_custom.init()
|
||||
// })(jQuery);
|
||||
Reference in New Issue
Block a user