1.$.boxModel
运行结果:
您的页面目前支持:IE盒子模型
2.$.each() 遍历
运行结果:
序号:0 值:one序号:1 值:two序号:2 值:three序号:3 值:four序号:4 值:five属性:one 值:1属性:two 值:2属性:three 值:3属性:four 值:4属性:five 值:5
3.$.grep()数据过滤
运行结果:
aArray: 2,9,3,8,6,1,5,9,4,7,3,8,6,9,1aResult: 9,8,6,5,9,7,8,6,9
4.$.map()数组转换
运行结果:
a,b,c,d,eA0,B1,C2,D3,E4A0A0,B1B1,C2C2,D3D3,E4E4