TQuery

我的仿jq库

As of 17. 08. 2015. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/11045/68484/TQuery.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
axetroy
Verzija
0.0.1.20150817121812
Napravljeno
18. 07. 2015
Ažurirano
17. 08. 2015
Size
407 КБ
Licenca
Nije dostupno

自己写的仿jq库。
包含了一些常用的方法

$选择符,find,ed,index,css,animate,attr,each,scroll,hover…………等之类的操作;

可以进行链式操作:
$('#div ul li').find('.li').css({'display':'block'}).animate({'width':500,'height':200}).scroll('up')…………

用起来方便,自己写的代码,自己心里面有底,用起来顺手。