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
      },
      position: {
        my: 'left center',
        at: 'right centre',
        target: 'mouse'
      },
      style: {
        classes: 'qtip-bootstrap nd_graphlinkswitch-style'
      }
    });
  });
 
});



( run in 2.409 seconds using v1.01-cache-2.11-cpan-2398b32b56e )