随笔分类 -  jquery

摘要:function addScriptTag(src) { var script = document.createElement('script'); script.setAttribute("type","text/javascript"); script.src = src; document. 阅读全文
posted @ 2021-11-12 15:58 212的s 阅读(70) 评论(0) 推荐(0) 编辑
摘要:$("#父窗口元素ID",window.parent.document) window.parent.document.getElementById("父窗口元素ID") 阅读全文
posted @ 2021-11-12 15:51 212的s 阅读(231) 评论(0) 推荐(0) 编辑
摘要:var configObj = { method //数据的提交方式:get和post url //数据的提交路劲 async //是否支持异步刷新,默认是true data //需要提交的数据 dataType //服务器返回数据的类型,例如xml,String,Json等 success //请 阅读全文
posted @ 2021-11-12 15:47 212的s 阅读(34) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示