怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jQuery html5点击刷新换一个验证码
新建html文档。
书写hmtl代码。
div class="ddetails-header">
div class="ddetails-con">
div class="J_before">
input type="button" value="Click" class="btn J_download">
/div>
div class="J_after" style="display:none;">
input type="hidden" id="J_down">
div class="checkcode">
input type="text" id="J_codetext" placeholder="Type Here" maxlength="4">
canvas class="J_codeimg" id="myCanvas" onclick="createCode()">jQuery html5点击刷新换一个验证码/canvas>
/div>
input type="button" value="Submit" class="btn-code" onClick="validate();">
input type="button" value="Cancel" class="btn-code btn-no">
/div>
/div>
/div>
书写css代码。
body { padding: 0; margin: 0; border: 0; color: #585858; font-size: 14px; }
h1, h2, ul, li, input { margin: 0; padding: 0; border: none; list-style: none; text-decoration: none; }
.ddetails-header { width: 100%; height: 700px; padding-top: 45px; background: #dff2ff; }
.ddetails-con { margin: 190px auto; width: 960px; height: 278px; }
.btn { float: left; display: block; text-align: center; text-decoration: none; list-style: none; vertical-align: middle; margin-top: 12px; margin-right: 21px; width: 120px; height: 42px; line-height: 42px; background: #008cff; border-radius: 3px; color: #fff; font-size: 16px; }
.checkcode { float: left; margin-top: 10px; width: 182px; height: 42px; border: 1px solid #008cff; border-radius: 3px; background: #fff; }
.checkcode input { float: left; text-align: center; width: 85px; height: 36px; padding: 3px; color: #000; }
.checkcode canvas { float: right; width: 85px; height: 36px; padding: 3px; }
.btn-code { margin-top: 10px; display: block; float: left; width: 95px; height: 42px; margin-left: 20px; background: #008cff; color: #fff; border-radius: 3px; }
.btn-no { background: none; border: 1px solid #008cff; border-radius: 3px; color: #008cff; }
.btn:hover { text-decoration: none; cursor: pointer; }
书写并添加js代码。
script src="jquery-1.9.1.min.js">/script>
script src="index.js">/script>
代码整体结构。
查看效果。
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
相关文章
怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jQuery MiniUI 快速入门,前段时间由于工作的原因接触到MiiUI。感觉MiiUI很强大,使用起来也很舒服。下面我就带领大家快速的使用MiiUI。MiiUI-专业WeUI控件库它能缩短开发时......
2023-03-17 330 JQUERY
怎么使用JQuery Mobile开发移动网站,现在越来越多的人用网站来做手机a,这样的好处是,可以做一个网站,基本上可以做到多个平台adroid,io,w,都可以使用。这里使用JQueryMoile......
2023-03-17 374 JQUERY