zZzzZ.
home2
/
zrzvbdry
/
wiredsave.com
/
wp-content
/
plugins
/
pretty-link
/
js
New Folder
Editing: admin_groups.js
Save
Cancel
jQuery(document).ready(function($) { $('.group_actions').hide(); $('.edit_group').hover( function() { $(this).children(".group_actions").show(); }, function() { $(this).children(".group_actions").hide(); } ); });