首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > stylee

stylee

  • 资源大小:17.44 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Stylee is a jQuery plugin that allows custom CSS properties to be retrieved from regular CSS stylesheets. Current version is 0.8.4 beta. [Click here for demos](http://johanolsson.net/stylee/index.html) CSS example: ``` .s---foo { content: "bar"; } .s---moreFoo #test a { content: "moreBar"; } ``` Stylee example: $(document).ready(function(){ $.stylee.cssReady(function(){ var foo = $.stylee("foo"); var moreFoo = $("#test a").stylee("moreFoo"); });});
VIP VIP
0.195949s