StyleSwichter

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 06:43:03

软件介绍

StyleSwichter is a little jQuery plugin to alternate CSS stylesheets in a web page. StyleSwichter set the appropiate style (previously saved in a cookie) when the web page load, using the "DOM ready" function of jQuery. After this, you can use the plugin (the same function) to establish another style, and the plugin set it and save the selection in a cookie.

The plugin is around 2 KB and packed only 600 bytes. Take a look, the usage of plugin is here:

    // DOM ready!
    $(function(){
      var options={
        linkTitle: 'styleswichter',
        cookieName: 'selected-style'
      };
      $.fn.StyleSwichter(options);
    });

The plugin find in the appropiate cookie, and, if a style is saved previously, change to this style automatically. After this, in some place on your web page, you can use the plugin as is:

$.fn.StyleSwichter({cssPath: 'path/style.css'});

As you can see, in this case we indicate the path to a CSS stylesheet. The plugin establish this style and save in a cookie, to be use in sucesive reload of the page. Note that we not use all the options here. Take a look to the available options, that you can use if need. This is the default options values:

  $.fn.StyleSwichter.defaults={
    cssPath: '',
    cookiePath: '',
    cookieDays: 30,
    cookieDomain: '',
    cookieSecure: false,
    linkTitle: 'styleswichter',
    cookieName: 'selected-style'
  };

To read and write the appropiate cookie this plugin use the Cookie jQuery plugin, and this is required in order to use StyleSwichter. The plugin as been tested in Firefox 2, Opera 9, IExplorer 7 and Safari 3. The example file also contain the documentation (in source code) and the link to download StyleSwichter.

In my weblog (in spanish language) I prepare a page to publish this plugin, visit the StyleSwichter page in my weblog. Licensed under the GNU GPL license, I hope this little plugin maybe is usefull for you. Any comments are welcome.

本文地址:https://codercto.com/soft/d/23335.html

蚂蚁金服

蚂蚁金服

廉薇、边慧、苏向辉、曹鹏程 / 中国人民大学出版社 / 2017-7 / 59.00

打开支付宝,我们不但可以用手机即时付款,给好友转账,为信用卡还款,购买水、电、天然气,还可以办理出国购物退税;因为余额宝,我们可以开始打理手中的零用钱,随时随地进行理财;因为芝麻信用,我们感受到信用为我们带来的信任、尊严与方便——免押金租车、租房、骑行。从支付宝到蚂蚁金服,可以毫不夸张地说,一家企业改变了我们的生活。 蚂蚁金服无疑是目前中国最具代表性的金融科技巨头,同时也是全球估值最高的金融......一起来看看 《蚂蚁金服》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具