-
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
-
数据库可视化大屏展示DEMO
说明: 一个数据库可视化大屏展示DEMO,可以修改自用,用于监控室(A database visualization large screen display demo, which can be modified for self use and used in the monitoring room)
- 2020-05-03 14:43:49下载
- 积分:1
-
tpUTFIELD
Tests java.nio.CharBuffer Source Code for Andriod.
- 2013-12-30 19:19:13下载
- 积分:1
-
coordinate-master
说明: Coordinate 组件库可被用于 坐标的变换 和 坐标系统的转换 等。
组件库又分成了两个子库:2D 和 3D,其中 2D 库用于平面坐标的处理,3D 库用于空间坐标的处理。(Coordinate component library can be used for Coordinate transformation and Coordinate system transformation.
The component library is further divided into two sub-libraries: 2D and 3D. 2D library is used for processing plane coordinates and 3D library is used for processing space coordinates.)
- 2019-11-12 11:24:51下载
- 积分:1
-
360*180全景图html5代码
最棒的 jQuery 图像 360° 旋转插件
- 2022-01-30 11:17:32下载
- 积分:1
-
WEBGL_CUBO_3d
Utilizando webgl html5 cubo 3d
- 2015-04-28 11:41:15下载
- 积分:1
-
Book
网上书店,具有搜索,查询,购物车,购买,分类,销售榜的功能(online bookes shopping)
- 2011-06-18 10:28:54下载
- 积分:1
-
校园小程序
校园小程序,校园小程序,校园小程序,微信小程序,关于校园的微信小程序
- 2022-07-11 12:57:09下载
- 积分:1
-
weapp-yunketang-master
说明: 模仿云课堂小程序源码,直接用微信小程序打开就行。里面功能基本都有(Imitate the source code of cloud classroom applet, open it directly with wechat applet. There are basically all functions in it)
- 2020-01-22 09:37:41下载
- 积分:1
-
AtomicIntegerFieldUpdater
A reflection-based utility that enables atomic updates to designated volatile int fields of designated classes for Andriod.
- 2013-10-20 09:04:05下载
- 积分:1