
网站
秋媃嫣姬
好好做人
展开
-
jQuery选择器
jQuery选择器对网页制作效果上至关重要。他的用途广泛,具体选择器种类和例子可参考http://www.w3school.com.cn/jquery/jquery_ref_selectors.asp1、先说明本文需要实现的具体功能如上图所示,假设当网页右边可以根据左边的勾选进行筛选,进而呈现相关内容。 2、代码分析:2.1点击btn1时生效<script ty...原创 2018-10-15 17:51:31 · 114 阅读 · 0 评论 -
HTML anchor link
作用:从一个页面跳转到同页面的指定位置或另一个页面的指定位置 方法:anchor link 转载于:https://www.rapidtables.com/web/html/link/html-anchor-link.html#exampl HTML anchor link code. How to link in the same page in HTML. ...转载 2018-10-24 16:16:20 · 1927 阅读 · 0 评论 -
delegate rails 用法
1、源码文档链接https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/module/delegation.rb 2、用法示例假设有一张学生表和班级表,Student belongs_to Class,Class has_many Student学生表(Studen...原创 2018-11-21 11:32:28 · 801 阅读 · 0 评论