我的仿jq库
As of
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
自己写的仿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')…………
用起来方便,自己写的代码,自己心里面有底,用起来顺手。