码迷,mamicode.com
首页 >  
搜索关键字:toggle    ( 951个结果
jQuery复习—用动画和特效装扮页面(队列未整理)
用动画和特效装扮页面 一、显示和隐藏元素 设置元素的style.display属性(none/block/inline) 1、简单的改变元素显示和隐藏 (1)、显示 show() (2)、隐藏 hide() (3)、切换状态 toggle() 2、渐变的显示和隐藏元素 (1)、显示 show(spe ...
分类:Web程序   时间:2016-04-10 17:51:19    阅读次数:157
bootstrap插件学习
转自http://v3.bootcss.com/javascript/ bootstrap javascript插件学习 模态框 打开模态框 <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-t ...
分类:其他好文   时间:2016-04-08 14:40:58    阅读次数:107
BootStrap之基础-3 组件
一、组件字体图标-注意事项-不要和其他组件混合使用-只对内容为空的元素起作用-可访问性aria-hidden="true"aria-label="".sr-only下拉菜单-基本格式-<divclass="dropdown|dropup"><buttondata-toggle="dropdown"><ulclass="dropdown-menu">-对齐-dropdown-me..
分类:其他好文   时间:2016-04-06 00:54:27    阅读次数:258
Angularjs学习笔记1
10.AngularJS ng-click 9.AngularJS ion-radio,ion-checkbox ,ion-toggle 8.AngularJS ng-options 7.Angular css类和样式之 ng-class 和 ng-style标签 <!-- 动态样式--> <sty ...
分类:Web程序   时间:2016-04-03 01:45:16    阅读次数:257
jQuery中事件的学习
刚学习了jQuery中的事件,主要通过bind(),toggle(),hover()来主要实现,下面先说一说关于bind的想关要点。 1、bind方法。 bind方法的主要参数为bind(type,fn).自我感觉参数的传入形式有点像java的反射机制(自我感觉,不知道是否严谨)。 当然相关实现比较 ...
分类:Web程序   时间:2016-03-26 15:29:50    阅读次数:190
toggle input radio
...
分类:其他好文   时间:2016-03-26 12:05:20    阅读次数:157
JavaScript修改商品数量题目案列
第一种方式:(简单点)//修改操作functionupdateItem(){//利用toggle复合事件 $("input[type=button][value=修改]").toggle(function(){ //按钮变成“确定” $(this).attr("value","确定"); //显示文本框并隐藏span var$span=$(this).parent().parent().children(":eq(1)").c..
分类:编程语言   时间:2016-03-23 23:44:10    阅读次数:256
jQuery效果
1.jQuery toggle() 通过 jQuery,您可以使用 toggle() 方法来切换 hide() 和 show() 方法。 显示被隐藏的元素,并隐藏已显示的元素 语法:$(selector).toggle(speed,callback); 可选的 speed 参数规定隐藏/显示的速度,
分类:Web程序   时间:2016-03-23 00:47:04    阅读次数:213
319. Bulb Switcher
题目: There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle ev
分类:其他好文   时间:2016-03-21 01:44:18    阅读次数:196
JQuery中的选择器
    借助与JQuery库中的选择器$,线程可以获取到界面元素的引用,从而可以调用 ready()、click()方法把用户事件和动作方法关联起来,同时还可以调用show()、hide()、toggle()、slideUp()、slideDown()等实现jQuery内置的动画效果。     更进
分类:Web程序   时间:2016-03-14 18:56:22    阅读次数:238
951条   上一页 1 ... 67 68 69 70 71 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!