摘要: <div class="dialog-content" style="width: 100%"> <div class="group"> <div class="line" style="margin-left: 30%;margin-top: 30px"> <a onclick="getstars 阅读全文
posted @ 2016-08-09 16:32 开心的饭饭 阅读(103) 评论(0) 推荐(0) 编辑
摘要: jquery常用技巧及常用方法列表 1、关于页面元素的引用 通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。 2、jQuery对象与dom对象的转换 只有jq 阅读全文
posted @ 2016-08-09 14:59 开心的饭饭 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1、js定位div位置:(1)window.location.hash="标签名" (2)javascript:document.getElementById('标签名').scrollIntoView() <div> <a onclick="window.location.hash='#aa_1' 阅读全文
posted @ 2016-08-09 14:58 开心的饭饭 阅读(102) 评论(0) 推荐(0) 编辑