update v1.0.4
This commit is contained in:
10
public/lb-faveo/installer/js/tooltip.js
Normal file
10
public/lb-faveo/installer/js/tooltip.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$(document).ready(function() {
|
||||
$("button").mouseover(function() {
|
||||
$.ajax({
|
||||
url: "demo_test.txt",
|
||||
success: function(result) {
|
||||
$(".tool").html(result);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user