首页 > TAG信息列表 > CielWater

Html5选择本地视频音频文件播放

原文链接:http://www.cnblogs.com/CielWater/p/4255946.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="../Script/jquery-1.9.1.min.js

浏览器全屏事件(Html5)

原文链接:http://www.cnblogs.com/CielWater/p/4256547.html <button οnclick="launchFullscreen(document.documentElement);"></button> function launchFullscreen(element) { if (element.reques

Jquery父页面和子页面的相互操作

原文链接:http://www.cnblogs.com/CielWater/p/3805633.html //父页面调用子页面Add函数 $("iframe")[0].contentWindow.Add() //父页面对子页面Id为Sava的Dom元素执行一次单击操作 $("iframe").contents().find("#Sava").click(); //子页面调用父页面Upd

linq,sql,lambda转换工具(推荐新手,初学者多多使用)

原文链接:http://www.cnblogs.com/CielWater/p/3818166.html http://files.cnblogs.com/CielWater/Linqer.rar Linqer用于将sql语句转换为linq语句(暂不支持多表连接查询) http://files.cnblogs.com/files/CielWater/LINQPad4-AnyCPU.zip LinqPad用于将linq

Html5选择本地视频音频文件播放

原文链接:http://www.cnblogs.com/CielWater/p/4255946.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="../Script/jquery-1.9.1.min.js

浏览器全屏事件(Html5)

原文链接:http://www.cnblogs.com/CielWater/p/4256547.html <button οnclick="launchFullscreen(document.documentElement);"></button> function launchFullscreen(element) { if (element.reques