本文介绍了使用jQuery的弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨我在用jquery的弹出窗口苦苦挣扎.这是我的密码

HiI struggling with popup window using jquery. here are my codes

<div id="main_window" class="main_window" style=" display:none ">
    <img src="Album_Image/<%#Eval("picture_path")%>" width="400" height="350" />
     <%#Eval("picture_decription")%>
      </div>  


在此中继器中显示图像.当我单击图像时,我要弹出该对应图像..
我该怎么做

谢谢
afsal


in this repeater shows images. when i click images, i want to popup that corresponding image..
how can i do that

thanks
afsal

推荐答案


这篇关于使用jQuery的弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 13:19