首页 > 编程语言 > 详细

javascript备忘录

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

 

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备忘录

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!