模拟form提交过程中form(hidden)时:The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "file". Protocols must match.用node发布就好了。

Protocols, domains, and ports must match. 需要手工提交,而不能使用submit(),手工submit之前修改protocols,domain,ports.

状态的切换,用class比较好一些。

一个元素,会删除,再添加。给它加事件时,应该.unbind().bind('',);

最新文章

  1. 点击div外面该div消失
  2. apache 配置多个虚拟主机
  3. ajax 中文乱码问题 主要是IE浏览器
  4. Hide/Show running Console
  5. js运动 多数据运动 含JSON
  6. C# 虚方法 与 隐藏方法(new) 区别
  7. Python爬虫第一集
  8. 一周学会Mootools 1.4中文教程:(3)事件
  9. JavaScript实现本地数据简单存取以及Json数据存取
  10. C socket post数据到url
  11. Exception in thread "main" org.hibernate.HibernateException: save is not valid without active transaction
  12. Lua + Redis 解决高并发
  13. Python CGI编程
  14. Lesson 22 A glass envelope
  15. JAVA笔记--static
  16. poj 3415 Common Substrings - 后缀数组 - 二分答案 - 单调栈
  17. Python全栈开发-Day12-Mysql数据库和ORM
  18. 第一章 Lab
  19. 第4章 Selenium2-java WebDriver API (一)
  20. Hadoop错误日志

热门文章

  1. 一文看懂Stacking!(含Python代码)
  2. Cache Server
  3. Windows内置系统账户:Local system/Network service/Local Service 区别
  4. Visual Studio 2008 简体中文正式版下载及序列号(无使用期限限制,正式版)
  5. DP解LCS问题模板及其优化
  6. Ubuntu 16.04安装Git及GUI客户端
  7. Python oct() 函数
  8. 图片添加热点MAP之后连接无效的解决方法
  9. time,datetime,时间戳 时间格式转换
  10. 'WebElement' object is not iterable