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
      },



( run in 1.546 second using v1.01-cache-2.11-cpan-2398b32b56e )