闲来无事在网站上看见一个网页制作的不错,就仿照做来看看。特此记录下来。亮点:随鼠标上下滚动,展示页面随之不同,翻动效果。功能点:鼠标向上,向下判断事件。css 代码 html { overflow-y: hidden; } .hide { ...
分类:
Web程序 时间:
2015-12-23 17:49:35
阅读次数:
291
2.0.0-beta.0 somnambulant-inauguration (2015-12-15)Enjoy!2.0.0-alpha.55 (2015-12-15)Bug Fixesrouter:export ROUTER_LINK_DSL_PROVIDER and hide MockPopSt...
分类:
其他好文 时间:
2015-12-21 19:54:43
阅读次数:
613
bootstrap: http://www.bootcss.com/bootstrap: http://www.runoob.com/bootstrap/bootstrap-tables.htmljquery: http://www.runoob.com/jquery/jquery-hide-sho...
分类:
Web程序 时间:
2015-12-21 10:38:49
阅读次数:
162
1941: [Sdoi2010]Hide and SeekTime Limit:16 SecMemory Limit:162 MBSubmit:531Solved:295[Submit][Status][Discuss]Description小猪iPig在PKU刚上完了无聊的猪性代数课,天资聪慧的i...
分类:
其他好文 时间:
2015-12-18 22:36:45
阅读次数:
238
隐藏所有被选中的元素(复选框或单选按钮):$(".btn1").click(function(){ $(":checked").hide();});定义和用法:checked 选择器选取所有选中的复选框或单选按钮。
分类:
Web程序 时间:
2015-12-16 22:48:13
阅读次数:
213
目录(?)[-]ActionBar的隐藏和现实ActionBar的action图标区ActionBar的隐藏和现实ActionBar bar = getActionBar();bar.hide();//隐藏Action Barbar.show();//显示Action BarActionBar的ac...
分类:
移动开发 时间:
2015-12-15 14:33:35
阅读次数:
192
var newstypevalue =$("#newstype option:selected").val(); if(newstypevalue=='0'){ //标题 $("#id1").attr("disabled",true); $("#id1").hide(); ...
分类:
其他好文 时间:
2015-12-11 23:48:01
阅读次数:
161
接下来看看ODM 的显示和隐藏。 xiecg1 xiecg2 xiecg3ng-show:是否显示(display:block;)ng-hide:是否隐藏(display:none;)ng-if:是否渲染这个DOM元素(DOM的添加和删除)我们用input控制flag的值,...
分类:
其他好文 时间:
2015-12-10 23:40:40
阅读次数:
356
最近两天做项目时,要在fragment里面嵌套Fragment,最开始使用Fragment的hide,show等方法一直失败,,如图,message是一个fragment,在里面又有两个子fragment,(Firends和follow),后来把两个fragment改ViewPager方式进行切换,...
分类:
其他好文 时间:
2015-12-10 16:28:29
阅读次数:
190