上一页 1 ··· 7 8 9 10 11

div与div之间的拖拽

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> #div1, #div2{float:left; width:100px; hei 阅读全文
posted @ 2017-10-13 16:01 芸芸众生! 阅读(306) 评论(0) 推荐(0)

拖拽功能的实现

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2017-10-13 15:50 芸芸众生! 阅读(310) 评论(0) 推荐(0)

点击之后连接qq

摘要: <a class=" " style="" href="http://wpa.qq.com/msgrd?v=3&uin=404826213&site=qq&menu=yes" target="_blank"><p style="text-align: center;">我要加入</p></a> 阅读全文
posted @ 2017-10-11 10:49 芸芸众生! 阅读(145) 评论(0) 推荐(0)

添加默认的图片

摘要: <img src="路径" onerror="javascript:this.src='默认图片路径'" width="50" height="50" alt=""> 阅读全文
posted @ 2017-10-11 10:48 芸芸众生! 阅读(219) 评论(0) 推荐(0)

上拉刷新

摘要: <!DOCTYPE=html> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(functi 阅读全文
posted @ 2017-10-09 21:49 芸芸众生! 阅读(135) 评论(0) 推荐(0)

分页的代码

摘要: //分页 var displayPart = $('#commitDisplay'); var totalPage = $('.totalPage'); var cacheNum = 1,pNum; var pageObj = $('.pageObj'); var pageObjLi = $('.p 阅读全文
posted @ 2017-10-09 21:48 芸芸众生! 阅读(142) 评论(0) 推荐(0)

不可点击的轮播图

摘要: <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css">/*overflow: 阅读全文
posted @ 2017-07-07 09:36 芸芸众生! 阅读(121) 评论(0) 推荐(0)

网页布局//上左不动,其他滑动

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><style> /*上左不动,其他的可以滑动*/ *{ margin: 0px; padding:0px; } #on 阅读全文
posted @ 2017-07-06 17:00 芸芸众生! 阅读(165) 评论(0) 推荐(0)

网页布局

摘要: <style> /*上中下结构的布局,顶部不会动*/ *{ margin: 0px; padding:0px; } #one{ background:#1DC9D8; z-index: 1; width:100%; height: 100px; position: fixed; } #head{ b 阅读全文
posted @ 2017-07-06 16:08 芸芸众生! 阅读(112) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11