文件操作 - udff_tooltips.js
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/personalchoicespa/public_html/wp-content/themes/ego/z_admin/js/udff_tooltips.js
编辑文件内容
jQuery(document).ready(function(){ //TOOLTIP ICONS-----------------------------------------------------------------/ jQuery("a.info").hover( function() { var target = jQuery(this).attr('alt'); jQuery(target).show().css({opacity:0}); jQuery(target).stop().animate({opacity:1}); }, function() { var target = jQuery(this).attr('alt'); jQuery(target).stop().animate({opacity:0},function(){ jQuery(this).hide(); }); }); jQuery("a.info").click( function() { jQuery(this).next().show(); }); jQuery("a.info").next().click( function() { jQuery(this).stop().animate({opacity:0},function(){ jQuery(this).hide(); }); }); });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件