摘要: window.onload=function(){ var oTxt=document.getElementById('txt'); for(i=1;i' } }} 阅读全文
posted @ 2014-11-29 16:55 菜园子丶 阅读(1960) 评论(0) 推荐(0) 编辑
摘要: 鼠标事件是在用户移动鼠标光标或者使用任意鼠标键点击时触发的。 (1):click事件:click事件于用户在元素敲击鼠标左键,并在相同元素上松开左键时触发。 $('p').click(function(){ alert('click function is running !'); }); (2):... 阅读全文
posted @ 2014-11-29 16:53 菜园子丶 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.jQuery hide() 和 show()通过 jQuery,您可以使用 hide() 和 show() 方法来隐藏和显示 HTML 元素:$("#hide").click(function(){ $("p").hide();});$("#show").click(function(){ $(... 阅读全文
posted @ 2014-11-29 16:50 菜园子丶 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 带冒泡事件的鼠标移入移出(默认的):mouseover和mouseout事件没有冒泡事件的鼠标移入移出:mouseenter和mouseleave事件 阅读全文
posted @ 2014-11-29 15:33 菜园子丶 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 1、媒体查询,包含将帮助您快速开始自己的多屏幕网站开发的示例。2、前5项功能(width、height、device-width、device-height和orientation)是最有用的。3、为移动电话、平板电脑和桌面计算机提供不同的式样4、添加带有这些设置的视口标签能够确保智能手机和平板电脑... 阅读全文
posted @ 2014-11-29 15:27 菜园子丶 阅读(208) 评论(0) 推荐(0) 编辑
摘要: filter:alpha(opacity:100); opacity:1; 阅读全文
posted @ 2014-11-29 15:25 菜园子丶 阅读(297) 评论(0) 推荐(0) 编辑