急急急急急!求JS大神帮下忙。
这是一段仿QQ空间相册浏览效果的代码(就是有很多小图片然后任意点击一张,会在本页面放大。)放大过后但是没有关闭按钮,求大神帮忙在图片右上角加一个关闭按钮。(functio...
这是一段仿QQ空间相册浏览效果的代码(就是有很多小图片然后任意点击一张,会在本页面放大。)放大过后但是没有关闭按钮,求大神帮忙在图片右上角加一个关闭按钮。
(function($){
$.fn.getContent = function(photoid,photopageid){
$("#photoloading").show();
$("img#photopic").remove();
$.ajax({
type: "POST",
url:PDV_RP+"photo/post.php",
data: "act=getcontent&photopageid="+photopageid+"&photoid="+photoid+"&RP="+PDV_RP,
success: function(msg){
$("body").append("<img id='photopic' class='photopic' src='"+PDV_RP+msg+"'>");
$("img#photopic").load(function(){
var w=$("img#photopic")[0].offsetWidth;
if(w>600){$("img#photopic")[0].style.width="600px";}
$("#photoloading").hide();
$("img#photopic").appendTo($("#photoview"));
$().setBg();
});
$("img#photopic").click(function(){
$("body").append("<img id='pre' src='"+$("img#photopic")[0].src+"'>");
$.blockUI({
message: "<img src='"+$("img#photopic")[0].src+"' class='closeit'>",
css: {
top: ($(window).height() - $("#pre")[0].offsetHeight) /2 + 'px',
left: ($(window).width() - $("#pre")[0].offsetWidth/2) /2 + 'px',
width: $("#pre")[0].offsetWidth + 'px',
backgroundColor: '#fff',
borderWidth:'3px',
borderColor:'#fff'
}
});
$("#pre").remove();
$(".closeit").click(function(){
$.unblockUI();
});
});
}
});
};
})(jQuery);
小弟财富值只有55了 ,希望大神笑纳。
对了这个是 jquery 代码。!!! 展开
(function($){
$.fn.getContent = function(photoid,photopageid){
$("#photoloading").show();
$("img#photopic").remove();
$.ajax({
type: "POST",
url:PDV_RP+"photo/post.php",
data: "act=getcontent&photopageid="+photopageid+"&photoid="+photoid+"&RP="+PDV_RP,
success: function(msg){
$("body").append("<img id='photopic' class='photopic' src='"+PDV_RP+msg+"'>");
$("img#photopic").load(function(){
var w=$("img#photopic")[0].offsetWidth;
if(w>600){$("img#photopic")[0].style.width="600px";}
$("#photoloading").hide();
$("img#photopic").appendTo($("#photoview"));
$().setBg();
});
$("img#photopic").click(function(){
$("body").append("<img id='pre' src='"+$("img#photopic")[0].src+"'>");
$.blockUI({
message: "<img src='"+$("img#photopic")[0].src+"' class='closeit'>",
css: {
top: ($(window).height() - $("#pre")[0].offsetHeight) /2 + 'px',
left: ($(window).width() - $("#pre")[0].offsetWidth/2) /2 + 'px',
width: $("#pre")[0].offsetWidth + 'px',
backgroundColor: '#fff',
borderWidth:'3px',
borderColor:'#fff'
}
});
$("#pre").remove();
$(".closeit").click(function(){
$.unblockUI();
});
});
}
});
};
})(jQuery);
小弟财富值只有55了 ,希望大神笑纳。
对了这个是 jquery 代码。!!! 展开
1个回答
展开全部
$.blockUI({
message: "<img src='"+$("img#photopic")[0].src+"'><span class="closeit">X</span>",
css: {
top: ($(window).height() - $("#pre")[0].offsetHeight) /2 + 'px',
left: ($(window).width() - $("#pre")[0].offsetWidth/2) /2 + 'px',
width: $("#pre")[0].offsetWidth + 'px',
backgroundColor: '#fff',
borderWidth:'3px',
borderColor:'#fff'
}
});
$("#pre").remove();
$(".closeit").click(function(){
$.unblockUI();
});
message里加个<span class="closeit">X</span>,然后可以写css让它出来想要的效果
AiPPT
2024-09-19 广告
2024-09-19 广告
作为北京饼干科技有限公司的工作人员,关于AIPPT免费生成PPT的功能,我可以简要介绍如下:AIPPT是一款基于人工智能技术的PPT制作工具,它为用户提供了免费生成PPT的便捷服务。用户只需简单输入PPT的主题或内容大纲,AIPPT便能智能...
点击进入详情页
本回答由AiPPT提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询