Your IP : 216.73.216.123


Current Path : /home/smartbloks/www/sales.smartbloks.ai/wp-content/plugins/pretty-link/js/
Upload File :
Current File : /home/smartbloks/www/sales.smartbloks.ai/wp-content/plugins/pretty-link/js/admin_groups.js

jQuery(document).ready(function($) {
  $('.group_actions').hide();
  $('.edit_group').hover(
    function() {
      $(this).children(".group_actions").show();
    },
    function() {
      $(this).children(".group_actions").hide();
    }
  );
});