first commit
This commit is contained in:
22
wp-content/plugins/wp-smart-editor/js/frontend_tooltip.js
Normal file
22
wp-content/plugins/wp-smart-editor/js/frontend_tooltip.js
Normal file
@@ -0,0 +1,22 @@
|
||||
jQuery(document).ready(function ($) {
|
||||
$('.wpsetooltips').qtip({
|
||||
content: {
|
||||
attr: 'data-qtip'
|
||||
},
|
||||
position: {
|
||||
my: 'top middle',
|
||||
at: 'bottom middle'
|
||||
},
|
||||
style: {
|
||||
tip: {
|
||||
corner: true
|
||||
},
|
||||
classes: 'wpsetips_qtip'
|
||||
},
|
||||
show: 'hover',
|
||||
hide: {
|
||||
fixed: true,
|
||||
delay: 10
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user