TQuery

我的仿jq库

ของเมื่อวันที่ 17-08-2015 ดู เวอร์ชันล่าสุด

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greatest.deepsurf.us/scripts/11045/68486/TQuery.js

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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
เวอร์ชัน
0.0.1.20150817124832
สร้างเมื่อ
18-07-2015
อัปเดตเมื่อ
17-08-2015
Size
40.5 กิโลไบต์
สัญญาอนุญาต
ไม่มี

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

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