App-NetdiscoX-Web-Plugin-GraphLink
view release on metacpan or search on metacpan
share/views/plugin/graphlink/graphlink.js view on Meta::CPAN
$(document).ready(function() {
// bind qtip2 event to all future .nd_graphlink buttons
$('#ports_pane').on('mouseover', '.nd_graphlink', function(event) {
$(this).qtip({
overwrite: false,
content: {
attr: 'data-content'
},
show: {
event: event.type,
ready: true
},
position: {
my: 'left center',
at: 'right centre',
target: 'mouse'
},
style: {
classes: 'qtip-bootstrap nd_graphlink-style'
}
});
});
});
( run in 1.913 second using v1.01-cache-2.11-cpan-2398b32b56e )