how2j.cn

"); window.frames["iframe_toc"+sid].document.write(decodeHtml($("pre#stepCodePre"+sid).html())); window.frames["iframe_toc"+sid].document.close(); $(window.frames["iframe_toc"+sid]).load(function(){ $("#iframe_toc"+sid).height($("#iframe_toc"+sid).contents().find("body").height()+(showittryitheight)); }); $("#iframe_toc"+sid).height($("#iframe_toc"+sid).contents().find("body").height()+(showittryitheight)); } $("input.tocName").hover(function(){ $(this).select(); }); function refresh(){ var sid = tocstepids.shift(); if(null!=sid) refreshIframe(sid); else go2ArchorFlag = true; } var t = setInterval(refresh,300); // $("div.steptoc iframe").height($(showittryitheight+50)); });
效果 样式(悬停可选中) 说明 示例代码
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-rounded">
圆角
示例代码
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-circle">
圆形
示例代码
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-thumbnail">
缩略图
示例代码
示例 1 : 圆角   
示例 2 : 圆形   
示例 3 : 缩略图   

示例 1 :

圆角

图片的四个边角变得圆滑
"); window.frames["iframe_show1244"].document.write(decodeHtml($("textarea#stepcodeTextarea1244").val())); window.frames["iframe_show1244"].document.close(); $(window.frames["iframe_show1244"]).load(function(){ $("#iframe_show1244").height($("#iframe_show1244").contents().find("body").height()+showittryitheight); }); $("#iframe_show1244").height($("#iframe_show1244").contents().find("body").height()+showittryitheight); setTimeout(function(){ },500); });
运行效果
<!DOCTYPE html> <script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script> <link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet"> <script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script> <img src="http://127.0.0.1/example.gif" class="img-rounded">
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-rounded">
"); window.frames["iframe1244"].document.write(decodeHtml(code1244)); window.frames["iframe1244"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1244"]).load(function(){ $("#iframe1244").height($("#iframe1244").contents().find("body").height()+showittryitheight); }); $("#iframe1244").height($("#iframe1244").contents().find("body").height()+showittryitheight); alreadyWriteCode1244 = code1244; $("#rendering1244").hide(); $("#rendered1244").show(); } var tRereshRetry2DemoPanel1244 = setInterval(rereshRetry2DemoPanel1244,1000); var binded1244 = false; $("textarea#stepcodeTextarea1244").keyup(function(){ if(!binded1244){ $(window).bind('beforeunload',function(){ binded1244 = true; return "xxxx"; }); } var newCode = $(this).val() code1244 = newCode; /*below code is replaced by function rereshRetry2DemoPanel()*/ // if(code1244!=newCode){ // window.frames["iframe1244"].document.write("
"); // window.frames["iframe1244"].document.write(decodeHtml($("textarea#stepcodeTextarea1244").val())); // window.frames["iframe1244"].document.close(); // $(window.frames["iframe1244"]).load(function(){ // $("#iframe1244").height($("#iframe1244").contents().find("body").height()+showittryitheight); // }); // code1244 = newCode; // } }); $(".tryButton1244").click(function(){ $("#tryDiv1244").show(); $("#stepcodeTextarea1244").focus(); $("#stepcodeTextarea1244").height(200); $("#iframe1244").height(0); window.frames["iframe1244"].document.write("
"); window.frames["iframe1244"].document.write(decodeHtml($("textarea#stepcodeTextarea1244").val())); window.frames["iframe1244"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1244"]).load(function(){ $("#iframe1244").height($("#iframe1244").contents().find("body").height()+showittryitheight); }); $("#iframe1244").height($("#iframe1244").contents().find("body").height()+showittryitheight); this.scrollIntoView(true); editor1244.focus(); editor1244.setSize(null, "250"); $("#rendering1244").hide(); $("#rendered1244").hide(); }); var mixedMode = { name: "htmlmixed", scriptTypes: [{matches: /\/x-handlebars-template|\/x-mustache/i, mode: null}, {matches: /(text|application)\/(x-)?vb(a|script)/i, mode: "vbscript"}] }; var editor1244 = CodeMirror.fromTextArea(document.getElementById("stepcodeTextarea1244"), { lineNumbers: true, styleActiveLine: true, matchBrackets: true, mode:"text/html", theme:"eclipse", selectionPointer: true, lineWrapping: true, extraKeys: { "Alt-/": "autocomplete", "Ctrl-F": "findPersistent", "F8": function(cm) { cm.setOption("fullScreen", !cm.getOption("fullScreen")); }, "Esc": function(cm) { if (cm.getOption("fullScreen")) cm.setOption("fullScreen", false); } } }); editor1244.on("change",function(doc){ if(!binded1244){ $(window).bind('beforeunload',function(){ binded1244 = true; return "xxxx"; }); } var newCode = doc.getValue(); code1244 = newCode; $("textarea#stepcodeTextarea1244").val(newCode); if(alreadyWriteCode1244!=code1244){ lastModifedTime1244 = new Date().getTime(); $("#rendering1244").show(); $("#rendered1244").hide(); } // alert(doc.getValue()); }); $(".CodeMirror").addClass("form-control"); // var editor1244 = CodeMirror.fromTextArea(, { // lineNumbers: true, // styleActiveLine: true, // matchBrackets: true, // theme:"eclipse", // }); editor1244.on("change",function(doc){ // alert(doc.getValue()); }); $("#tryDiv1244").hide(); }); $("div.codemirrorTips span").addClass("glyphicon glyphicon-asterisk");


源代码
1. 双击选中单词 2. 三击选中整行 3. CTRL+F 查找 4. F8 全屏编辑,再次点击恢复
渲染中 渲染完成
效果
示例 2 :

圆形

图片以圆形表示
"); window.frames["iframe_show1245"].document.write(decodeHtml($("textarea#stepcodeTextarea1245").val())); window.frames["iframe_show1245"].document.close(); $(window.frames["iframe_show1245"]).load(function(){ $("#iframe_show1245").height($("#iframe_show1245").contents().find("body").height()+showittryitheight); }); $("#iframe_show1245").height($("#iframe_show1245").contents().find("body").height()+showittryitheight); setTimeout(function(){ },500); });
运行效果
<!DOCTYPE html> <script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script> <link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet"> <script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script> <img src="http://127.0.0.1/example.gif" class="img-circle">
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-circle">
"); window.frames["iframe1245"].document.write(decodeHtml(code1245)); window.frames["iframe1245"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1245"]).load(function(){ $("#iframe1245").height($("#iframe1245").contents().find("body").height()+showittryitheight); }); $("#iframe1245").height($("#iframe1245").contents().find("body").height()+showittryitheight); alreadyWriteCode1245 = code1245; $("#rendering1245").hide(); $("#rendered1245").show(); } var tRereshRetry2DemoPanel1245 = setInterval(rereshRetry2DemoPanel1245,1000); var binded1245 = false; $("textarea#stepcodeTextarea1245").keyup(function(){ if(!binded1245){ $(window).bind('beforeunload',function(){ binded1245 = true; return "xxxx"; }); } var newCode = $(this).val() code1245 = newCode; /*below code is replaced by function rereshRetry2DemoPanel()*/ // if(code1245!=newCode){ // window.frames["iframe1245"].document.write("
"); // window.frames["iframe1245"].document.write(decodeHtml($("textarea#stepcodeTextarea1245").val())); // window.frames["iframe1245"].document.close(); // $(window.frames["iframe1245"]).load(function(){ // $("#iframe1245").height($("#iframe1245").contents().find("body").height()+showittryitheight); // }); // code1245 = newCode; // } }); $(".tryButton1245").click(function(){ $("#tryDiv1245").show(); $("#stepcodeTextarea1245").focus(); $("#stepcodeTextarea1245").height(200); $("#iframe1245").height(0); window.frames["iframe1245"].document.write("
"); window.frames["iframe1245"].document.write(decodeHtml($("textarea#stepcodeTextarea1245").val())); window.frames["iframe1245"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1245"]).load(function(){ $("#iframe1245").height($("#iframe1245").contents().find("body").height()+showittryitheight); }); $("#iframe1245").height($("#iframe1245").contents().find("body").height()+showittryitheight); this.scrollIntoView(true); editor1245.focus(); editor1245.setSize(null, "250"); $("#rendering1245").hide(); $("#rendered1245").hide(); }); var mixedMode = { name: "htmlmixed", scriptTypes: [{matches: /\/x-handlebars-template|\/x-mustache/i, mode: null}, {matches: /(text|application)\/(x-)?vb(a|script)/i, mode: "vbscript"}] }; var editor1245 = CodeMirror.fromTextArea(document.getElementById("stepcodeTextarea1245"), { lineNumbers: true, styleActiveLine: true, matchBrackets: true, mode:"text/html", theme:"eclipse", selectionPointer: true, lineWrapping: true, extraKeys: { "Alt-/": "autocomplete", "Ctrl-F": "findPersistent", "F8": function(cm) { cm.setOption("fullScreen", !cm.getOption("fullScreen")); }, "Esc": function(cm) { if (cm.getOption("fullScreen")) cm.setOption("fullScreen", false); } } }); editor1245.on("change",function(doc){ if(!binded1245){ $(window).bind('beforeunload',function(){ binded1245 = true; return "xxxx"; }); } var newCode = doc.getValue(); code1245 = newCode; $("textarea#stepcodeTextarea1245").val(newCode); if(alreadyWriteCode1245!=code1245){ lastModifedTime1245 = new Date().getTime(); $("#rendering1245").show(); $("#rendered1245").hide(); } // alert(doc.getValue()); }); $(".CodeMirror").addClass("form-control"); // var editor1245 = CodeMirror.fromTextArea(, { // lineNumbers: true, // styleActiveLine: true, // matchBrackets: true, // theme:"eclipse", // }); editor1245.on("change",function(doc){ // alert(doc.getValue()); }); $("#tryDiv1245").hide(); }); $("div.codemirrorTips span").addClass("glyphicon glyphicon-asterisk");


源代码
1. 双击选中单词 2. 三击选中整行 3. CTRL+F 查找 4. F8 全屏编辑,再次点击恢复
渲染中 渲染完成
效果
示例 3 :

缩略图

图片以缩略图的形式表示
"); window.frames["iframe_show1246"].document.write(decodeHtml($("textarea#stepcodeTextarea1246").val())); window.frames["iframe_show1246"].document.close(); $(window.frames["iframe_show1246"]).load(function(){ $("#iframe_show1246").height($("#iframe_show1246").contents().find("body").height()+showittryitheight); }); $("#iframe_show1246").height($("#iframe_show1246").contents().find("body").height()+showittryitheight); setTimeout(function(){ },500); });
运行效果
<!DOCTYPE html> <script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script> <link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet"> <script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script> <img src="http://127.0.0.1/example.gif" class="img-thumbnail">
<!DOCTYPE html>
<script src="http://127.0.0.1/study../../../js/jquery/2.0.0/jquery.min.js"></script>
<link href="http://127.0.0.1/study../../../css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="http://127.0.0.1/study../../../js/bootstrap/3.3.6/bootstrap.min.js"></script>
 
<img src="http://127.0.0.1/example.gif" class="img-thumbnail">
"); window.frames["iframe1246"].document.write(decodeHtml(code1246)); window.frames["iframe1246"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1246"]).load(function(){ $("#iframe1246").height($("#iframe1246").contents().find("body").height()+showittryitheight); }); $("#iframe1246").height($("#iframe1246").contents().find("body").height()+showittryitheight); alreadyWriteCode1246 = code1246; $("#rendering1246").hide(); $("#rendered1246").show(); } var tRereshRetry2DemoPanel1246 = setInterval(rereshRetry2DemoPanel1246,1000); var binded1246 = false; $("textarea#stepcodeTextarea1246").keyup(function(){ if(!binded1246){ $(window).bind('beforeunload',function(){ binded1246 = true; return "xxxx"; }); } var newCode = $(this).val() code1246 = newCode; /*below code is replaced by function rereshRetry2DemoPanel()*/ // if(code1246!=newCode){ // window.frames["iframe1246"].document.write("
"); // window.frames["iframe1246"].document.write(decodeHtml($("textarea#stepcodeTextarea1246").val())); // window.frames["iframe1246"].document.close(); // $(window.frames["iframe1246"]).load(function(){ // $("#iframe1246").height($("#iframe1246").contents().find("body").height()+showittryitheight); // }); // code1246 = newCode; // } }); $(".tryButton1246").click(function(){ $("#tryDiv1246").show(); $("#stepcodeTextarea1246").focus(); $("#stepcodeTextarea1246").height(200); $("#iframe1246").height(0); window.frames["iframe1246"].document.write("
"); window.frames["iframe1246"].document.write(decodeHtml($("textarea#stepcodeTextarea1246").val())); window.frames["iframe1246"].document.close(); //load和下面的非load必需并存,因为如果代码用到了jquery就必须使用load的方式 $(window.frames["iframe1246"]).load(function(){ $("#iframe1246").height($("#iframe1246").contents().find("body").height()+showittryitheight); }); $("#iframe1246").height($("#iframe1246").contents().find("body").height()+showittryitheight); this.scrollIntoView(true); editor1246.focus(); editor1246.setSize(null, "250"); $("#rendering1246").hide(); $("#rendered1246").hide(); }); var mixedMode = { name: "htmlmixed", scriptTypes: [{matches: /\/x-handlebars-template|\/x-mustache/i, mode: null}, {matches: /(text|application)\/(x-)?vb(a|script)/i, mode: "vbscript"}] }; var editor1246 = CodeMirror.fromTextArea(document.getElementById("stepcodeTextarea1246"), { lineNumbers: true, styleActiveLine: true, matchBrackets: true, mode:"text/html", theme:"eclipse", selectionPointer: true, lineWrapping: true, extraKeys: { "Alt-/": "autocomplete", "Ctrl-F": "findPersistent", "F8": function(cm) { cm.setOption("fullScreen", !cm.getOption("fullScreen")); }, "Esc": function(cm) { if (cm.getOption("fullScreen")) cm.setOption("fullScreen", false); } } }); editor1246.on("change",function(doc){ if(!binded1246){ $(window).bind('beforeunload',function(){ binded1246 = true; return "xxxx"; }); } var newCode = doc.getValue(); code1246 = newCode; $("textarea#stepcodeTextarea1246").val(newCode); if(alreadyWriteCode1246!=code1246){ lastModifedTime1246 = new Date().getTime(); $("#rendering1246").show(); $("#rendered1246").hide(); } // alert(doc.getValue()); }); $(".CodeMirror").addClass("form-control"); // var editor1246 = CodeMirror.fromTextArea(, { // lineNumbers: true, // styleActiveLine: true, // matchBrackets: true, // theme:"eclipse", // }); editor1246.on("change",function(doc){ // alert(doc.getValue()); }); $("#tryDiv1246").hide(); }); $("div.codemirrorTips span").addClass("glyphicon glyphicon-asterisk");


源代码
1. 双击选中单词 2. 三击选中整行 3. CTRL+F 查找 4. F8 全屏编辑,再次点击恢复
渲染中 渲染完成
效果


HOW2J公众号,关注后实时获知布最新的教程和优惠活动,谢谢。


关于 前端部分-BootStrap-图片 的提问

尽量提供截图代码异常信息,有助于分析和解决问题。 也可进本站QQ群交流: 620943819
提问尽量提供完整的代码,环境描述,越是有利于问题的重现,您的问题越能更快得到解答。
对教程中代码有疑问,请提供是哪个步骤,哪一行有疑问,这样便于快速定位问题,提高问题得到解答的速度
在已经存在的几千个提问里,有相当大的比例,是因为使用了和站长不同版本的开发环境导致的,比如 jdk, eclpise, idea, mysql,tomcat 等等软件的版本不一致。
请使用和站长一样的版本,可以节约自己大量的学习时间。 站长把教学中用的软件版本整理了,都统一放在了这里, 方便大家下载: http://how2j.cn/k/helloworld/helloworld-version/1718.html

上传截图