App-NetdiscoX-Web-Plugin-GraphLinkSwitch
view release on metacpan or search on metacpan
share/views/plugin/graphlinkswitch/graphlinkswitch.js view on Meta::CPAN
$(document).ready(function() {
// bind qtip2 event to all future .nd_graphlinkswitch buttons
$('#ports_pane').on('mouseover', '.nd_graphlinkswitch', function(event) {
$(this).qtip({
overwrite: false,
content: {
attr: 'data-content'
},
show: {
event: event.type,
ready: true
},
( run in 0.514 second using v1.01-cache-2.11-cpan-2398b32b56e )