/* 自己写的一个可以鼠标滑到dom能有相关提示的控件 基于jquery I write a js file can show some hint message when mouse enter a dom base on jquery * */ $.fn.DownPanel = function(opts){ opts = $.extend({ render:'没有内容', width:130, left:0, top:0, background:'#ffffff' },opts||{}); this.on("mouseenter",function(){ $('