摘要: jQuery 拥有以下滑动方法:slideDown(),slideUp(),slideToggle() 1、jQuery slideDown() 方法用于向下滑动元素。 $(selector).slideDown(speed,callback); 可选的 speed 参数规定效果的时长。它可以取以下 阅读全文
posted @ 2019-02-02 14:43 苗士军 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 通过 jQuery,您可以实现元素的淡入淡出效果。 jQuery 拥有下面四种 fade 方法:fadeIn(),fadeOut(),fadeToggle(),fadeTo() 1、jQuery fadeIn() 用于淡入已隐藏的元素。 $(selector).fadeIn(speed,callba 阅读全文
posted @ 2019-02-02 14:34 苗士军 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 通过 jQuery,您可以使用 hide() 和 show() 方法来隐藏和显示 HTML 元素toggle() 方法来切换 hide() 和 show() 方法。 1、hide()隐藏元素 $(selector).hide(speed,callback); speed选择参数:可选的 speed 阅读全文
posted @ 2019-02-02 14:28 苗士军 阅读(1709) 评论(0) 推荐(0) 编辑
摘要: 1、向上遍历 jquery 向上遍历系列parent(),parents(),parentsUntil() 注:expr是指可选的参数,包含用于匹配元素的选择器表达式。 .parent(expr) 查找父元素 .parents(expr) 返回被选元素的所有祖先元素,它一路向上直到文档的根元素 (< 阅读全文
posted @ 2019-02-02 13:44 苗士军 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Country roads take me home, to the place I belong.故乡的路,带我回家吧,回到我期盼已久的归宿。 阅读全文
posted @ 2019-02-02 12:00 苗士军 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 1、基本方法 2、自定义验证 2.1、放在页面上 2.2、通用模块中 2.3、放在验证函数中 阅读全文
posted @ 2019-02-01 13:26 苗士军 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 1、新建->变量名"JAVA_HOME",变量值"C:\Java\jdk1.8.0_05"(即JDK的安装路径) 2、编辑->变量名"Path",在原变量值的最后面加上“;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin” 3、新建->变量名“CLASSPATH”,变量值“.; 阅读全文
posted @ 2019-02-01 10:32 苗士军 阅读(160) 评论(0) 推荐(0) 编辑
摘要: They say Rome wasn't built in a day, and yet what a difference a day makes.有人说罗马不是一天建成的,但一天却能改变很多事。 阅读全文
posted @ 2019-02-01 10:24 苗士军 阅读(715) 评论(0) 推荐(0) 编辑
摘要: Each soul is individual and has its own merits and faults. 每一个灵魂都是独特的,都有各自的美德和过错。《摆渡人》 阅读全文
posted @ 2019-01-31 14:47 苗士军 阅读(234) 评论(0) 推荐(0) 编辑
摘要: It is not the destination so much as the journey, they say. 人家说目的地不重要,重要的是旅行的过程。《加勒比海盗》 阅读全文
posted @ 2019-01-31 10:58 苗士军 阅读(550) 评论(0) 推荐(0) 编辑