Greasy Fork 还支持 简体中文。

TQuery

我的仿jq库

2015-07-25 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

بۇ قوليازمىنى بىۋاسىتە قاچىلاشقا بولمايدۇ. بۇ باشقا قوليازمىلارنىڭ ئىشلىتىشى ئۈچۈن تەمىنلەنگەن ئامبار بولۇپ، ئىشلىتىش ئۈچۈن مېتا كۆرسەتمىسىگە قىستۇرىدىغان كود: // @require https://updategf.qytechs.cn/scripts/11045/64072/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!)

ئاپتورى
axetroy
نەشرى
2015.7.25
قۇرۇلغان ۋاقتى
2015-07-18
يېڭىلانغان ۋاقتى
2015-07-25
Size
39.4 KB
ئىجازەتنامىسى
The MIT License (MIT)

自己写的仿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')…………

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