码迷,mamicode.com
首页 > 编程语言 > 详细

javascript备忘录

时间:2017-02-14 15:45:14      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:table   leave   mat   doc   bsp   asc   location   document   tab   

 

JS及库

多图上传:diyUpload
弹窗:jquery.ui.box
缓动函数速查表:
  http://easings.net/zh-cn   
  http://www.xuanfengge.com/easeing/easeing/
jQuery Transit 过渡效果:
  http://code.ciaoca.com/jquery/transit/demo/
animat速查:
  http://leaverou.github.io/animatable/#
 
父元素调用iframe中的子元素
document.getElementById(‘aaaa‘).contentWindow.document.getElementById(‘bbbb‘)
aaaa为父元素iframe 的id
bbbb为子元素id
 
jq 子元素获得父元素
$(parent.document.body).find(‘.section‘).find(‘.index_s6‘)
js
window.parent.document.getElementById("printTabFrame").src;  
parent.location.reload();
top.document.location.href=‘xxx‘

javascript备忘录

标签:table   leave   mat   doc   bsp   asc   location   document   tab   

原文地址:http://www.cnblogs.com/binghuo000/p/6397391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!