码迷,mamicode.com
首页 > 其他好文 > 详细

鼠标滑动弹出窗口

时间:2015-03-04 16:39:57      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:

"$().ready(function() {     

         var indx_target;

         $(""#grdTest th"").each(function(index) {

        if($(this).html().indexOf(""姓名"")>0  ){

                            indx_target=index;

                   }

    });

         $(""#grdTest tr"").find(""td:eq(""+indx_target+"")"").mouseover(function(e) {

                   var rect=new Object();

                   rect.w=6000;

                   rect.h=3000;

                   openDialog(""CommPage.aspx?pu=102116"",""大圣"", rect);

    });

});"

鼠标滑动弹出窗口

标签:

原文地址:http://www.cnblogs.com/nuaaydh/p/4313213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!