Initial commit. \n 1. Screen capture plugin. \n 2. PNG annotation plugin
This commit is contained in:
13
DEPRECATED/view_tooltip.html
Normal file
13
DEPRECATED/view_tooltip.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="./plugin_capture_screen.js"></script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('[data-tooltip]').simpleTooltip({
|
||||
color: '#ffffff',
|
||||
backgroundColor: '#000000',
|
||||
position: 'bottom'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<button data-tooltip="This is a tooltip">Hover me</button>
|
||||
Reference in New Issue
Block a user