Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Created March 30, 2019 20:14
Show Gist options
  • Save veritstudio/0d5b16ea84b2e081780a94063bbe93dc to your computer and use it in GitHub Desktop.
Save veritstudio/0d5b16ea84b2e081780a94063bbe93dc to your computer and use it in GitHub Desktop.
define([
'jquery',
'mage/tooltip'
], function ($, tooltip) {
'use strict';
$('#desired-element').tooltip({
show: {
effect: 'none',
delay: 0
},
hide: {
effect: 'none',
delay: 0
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment