-
getElementsBySelector
document.getElementsBySelector(selector)
- returns an array of element objects from the current document
matching the CSS selector. Selectors can contain element names,
class names and ids and can be nested. For example:
elements = document.getElementsBySelect( div#main p a.external )
Will return an array of all a elements with external in their
class attribute that are contained inside p elements that are
contained inside the div element which has id= main
- 2014-09-14 22:35:12下载
- 积分:1
-
jquery时间轴
jquery时间轴
- 2016-01-07下载
- 积分:1
-
使用servlet用户认证
用户输入他/她的凭据登录的用户的基本身份验证。程序检索数据从MySQL数据库检查已注册的用户,显示相应的信息。
- 2022-03-14 12:23:53下载
- 积分:1
-
demo.js
/**
* 插件名称 :日历插件
* 版本号 : v0.0
* 实现的功能 :默认在日历文本框中显示当前日期,点击文本框显示日历弹框,点击上一个月下一个月可切换日历显示,选择日期后关闭日历窗口,在日历文本框中显示选择的日期
* 编码顺序:1、定义通用参数
2、渲染页面结构,生成初始日历界面
3、公共方法(1)初始化数据
(2)根据日历数据参数生成日历界面
(3)定义日历界面的操作 :更新其他相关数值(标题,前一个月和后一个月)
4、扩展JQ对象生成插件
*/
- 2022-07-26 17:21:39下载
- 积分:1
-
jQuery
Jquery 基础教程的原码,作者 Jonathan chaffer, Karl Sweedberg(Learning JQuery 1.3 source code author: Jonathan chaffer, Karl Sweedberg)
- 2011-05-14 14:03:51下载
- 积分:1
-
MVC版DWZ框架,非常实用的源代码
MVC版DWZ框架,非常实用的源代码,特别适合学习javascript和mvc框架的人,内涵有详尽的使用指南和教程,细细研究就可消化
- 2022-05-06 07:02:13下载
- 积分:1
-
33-js-concepts-master
This repository was created with the intention of helping developers master their concepts in JavaScript. It is not a requirement, but a guide for future studies. It is based on an article written by Stephen Curtis and you can read it here. Feel free to contribute.
- 2018-10-18 15:13:34下载
- 积分:1
-
ThinkingInJava
探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中(very good)
- 2013-02-01 11:42:29下载
- 积分:1
-
(FZY328)【32赞HTML5响应式系列之旅游模板】微官网html5触屏响应式手机wap网站模板首页
(FZY328)【32赞HTML5响应式系列之旅游模板】微官网html5触屏响应式手机wap网站模板首页
- 2023-05-12 14:15:03下载
- 积分:1
-
Javascript Alert good looking
这些文件可以帮助显示非常好的外观和fieel消息,并且不显示来自浏览器的standar警报。
- 2022-03-20 18:39:21下载
- 积分:1