How to switch to an alternate stylesheet using jQuery
Learn how to switch stylesheets with this jQuery based plugin. Simple,easy and effective. Also learn how to group different types of stylesheets and switch between em.
Recently I have been working on a project which involved switching of stylesheets. You must have seen couple of websites which easily change their entire design’s color by just simple clicking on a button/link. So it more or less means, the visitor can change the CSS of the site by selecting an alternate stylesheet by a simple click of a button
This “How to” will show you how to switch stylesheets of a website using jQuery. As you must have realized, if javascript is disabled, then this method won`t work
So whats the big deal with switching Stylesheets ?
This gives your visitors the flexibility to select thier choice of looks/colors as required. It kinda adds to the interaction element between your website and the visitor. Using different CSS you can change the color/looks of your website, and with this plugin you can change it in a snap
Plugin Documentation
This Documentation is based on the demo files included with this tutorial. The plugin file is included in the Demo.
This plugin allows you to group stylesheets together, for example, you may want a group of stylesheets which only changes the color-scheme of the website and another group of stylesheets which changes the font-scheme of the website, so you can use the variable “seperator” to a group a list of stylesheets together.
-
Search for CSS with having a “seperator” in the title
Here the seperator = color
As in the following code it can be seen, I have grouped green.css and blue.css as 2 stylesheets which will change the color-scheme of my website. Since I don`t want any other stylesheets to be disabled or enabled apart from these two, I group em under “color”. So I include “-color” in the title along with a name to identify the correct stylesheets.<!-- default stylesheet which will be loaded --> <link href="red.css" type="text/css" rel="stylesheet" /> <!-- alternate stylesheets which won`t be loaded unless selected --> <link href="green.css" type="text/css" rel="alternate stylesheet" title="green-color" /> <link href="blue.css" type="text/css" rel="alternate stylesheet" title="blue-color" /> $(document).ready(function(){ $(".changecolor").switchstylesheet( { seperator:"color"} ); }); <a href="#" class="changecolor" title="red-color">Red</a> | <a href="#" class="changecolor" title="green-color">Green</a> <a href="#" class="changecolor" title="blue-color">Blue</a> -
Example 2
Here the seperator = text
In this example, I wanted to group stylesheets which changes the font size of my website.<!-- default stylesheet which will be loaded --> <link href="smalltext.css" type="text/css" rel="stylesheet" /> <!-- alternate stylesheets which won`t be loaded unless selected --> <link href="medtext.css" type="text/css" rel="alternate stylesheet" title="med-text" /> <link href="bigtext.css" type="text/css" rel="alternate stylesheet" title="big-text" /> $(document).ready(function(){ $(".changetext").switchstylesheet( { seperator:"text"}); }); <a href="#" class="changetext" title="small-text">Small font</a> <a href="#" class="changetext" title="med-text">Medium font</a> <a href="#" class="changetext" title="big-text">Large font</a>
The above two examples show that I can use both of them together in one HTML file thus not disturbing each other’s alternate stylesheets. This way you can have various groups of alternate stylesheets.
How to use ?
-
Download the DEMO files.
You might have noticed, the plugin file is
switchstylesheet.js -
Include jQuery and the plugin
Include the above file along with
jQueryin the<head>...</head>section of your file.<script src="jquery-1.3.2.min.js" type="text/javascript"></script> <script src="switchstylesheet.js" type="text/javascript"></script> -
Link alternate stylesheets
Link all your alternate stylesheets in the
<head>...</head>section of your HTML and remember to give it the following 2 attributestitle– The title helps relate the link with the proper stylesheet to be activated.rel="alternate stylesheet"– Very important, so these stylesheets are not activated by default.
<link href="blue.css" type="text/css" rel="alternate stylesheet" title="blue-color" /> <link href="green.css" type="text/css" rel="alternate stylesheet" title="green-color" /> -
Add the javascript
Now that you are all set, let Javascript do the rest. Simple write a small call to our new snippet.
$(the_selector).switchstylesheet();.The
the_selectorin our case would be.changecolor.Just include the following code inside the
<head>...</head>$(document).ready(function(){ $(".changecolor").switchstylesheet( { seperator:"color"} ); }); -
Finally the Links to change the stylesheet
<a href="#" title="green-color">Green</a> | <a href="#" title="blue-color">Blue</a>Please Note : The
titleattribute in the links should be the same as the ones specified in your alternate stylesheets (CSS). Secondly note thatrel = "alternate stylesheet".
Conclusion
Like always, if you have any doubts, do post a comment here. Cheers
















Demo doesn't work for me on OS Vista / Safari 5.1.1
Does anyone else notice this too? If it is just on Windows machines than okay, but has anyone tested on Mac / Safari?
Thanks in advance!
I admire the valuable post you have posted over here.
There are actually plenty of particulars like that to take into consideration. That may be a nice point to bring up.
Very interesting blog, very fun to read it:)
Nice post. I was checking continuously this blog and I am inspired! Very helpful information specifically the ultimate section
I handle such information a lot. I used to be looking for this certain info for a very long time. Thank you and best of luck.
HI there …
I was looking or this, this is very valuebale.
I want to create tw buttons in wordpress using this jquerry.
Hope i can achieve that.
strongzz Reading this info So i am happy to convey that I have an incredibly good uncanny feeling I discovered just what I needed. I most certainly will make sure to don’t forget this website and give it a glance on a constant basis.
I do not even know the way I finished up right here, but I believed this submit used to be great. I do not know who you’re however definitely you’re going to a famous blogger if you are not already
Cheers!
Can I just say what a relief to seek out somebody who actually is aware of what theyre talking about on the internet. You positively know tips on how to carry an issue to mild and make it important. Extra individuals have to learn this and perceive this aspect of the story. I cant imagine youre no more popular because you positively have the gift.
It is extremely useful for me. Large thumbs up for this blog post!
There are some attention-grabbing points in time in this article but I don’t know if I see all of them heart to heart. There’s some validity however I’ll take maintain opinion until I look into it further. Good article , thanks and we would like more! Added to FeedBurner as effectively
I simply could not go away your site prior to suggesting that I really enjoyed the standard info a person provide on your guests? Is going to be again incessantly to inspect new posts
I used to be recommended this blog by means of my cousin. I am now not certain whether this put up is written by him as no one else recognize such detailed about my trouble. You are incredible! Thank you!
Good post. I study one thing more challenging on totally different blogs everyday. It will at all times be stimulating to learn content from different writers and apply a bit one thing from their store. I’d desire to use some with the content material on my blog whether or not you don’t mind. Natually I’ll offer you a link in your net blog. Thanks for sharing.
Excellent post, very informative. I’m wondering why the opposite experts of this sector don’t understand this. You should continue your writing. I’m sure, you’ve a great readers’ base already!|What’s Going down i’m new to this, I stumbled upon this I’ve found It positively helpful and it has aided me out loads. I am hoping to give a contribution & help different users like its aided me. Good job.
Its like you read my mind! You appear to know a lot about this, like you wrote the book in it or something. I think that you can do with some pics to drive the message home a little bit, but instead of that, this is wonderful website. A fantastic read. I’ll definitely be back… 500 rublei
Consente l’inserimento e la consultazione di annunci suddivisi per svarioate categorie merceologiche.
I am not sure where you are getting your info, but great topic. I needs to spend some time learning more or understanding more. Thanks for great info I was looking for this information for my mission. Credit card debt relief companies
This is really a great web site. Pretty nice post. I will bookmark your weblog and check again here regularly. Thanks for share.
You will be so awesome! I won’t suppose Ive read anything like this just before. So great to find somebody with some unique thoughts on this particular subject. realy appreciation for starting this specific up. this amazing site is something that is required on the web, another person with a little inspiration. useful project for bringing something totally new to the world wide web!
hello webdevcodex.com and thank you for your info – I’ve certainly picked up anything new from right here I did however expertise a few technical issues using this web site, since I experienced to reload the web site lots of times previous to I could get it to load properly I had been wondering if your hosting is OK? Not that I’m complaining, but sluggish loading instances times will often affect your placement in google and can damage your quality score if advertising and marketing with Adwords Anyway I’m adding this RSS to my email and could look out for much more of your respective exciting content Ensure that you update this again soon
Nice, i read your article really your article is very good. I am fully impressed and enjoy your posting. If you post more then please inform me for this link manchester escorts
I think it’s a well informatics written post. Its shows the written quality of writer.welldone friend keep it up. bar stools.
I conceive this site has very fantastic indited content material material posts .
Aw, this was a really nice post. In idea I want to put in writing like this moreover – taking time and actual effort to make a very good article… however what can I say… I procrastinate alot and under no circumstances appear to get one thing done.
Wonderful blog! I found it while searching on Yahoo News. Do you have any tips on how to get listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Appreciate it
F*ckin? amazing things here. I?m very glad to look your article. Thank you a lot and i’m looking forward to contact you. Will you kindly drop me a e-mail?
Lyoness valid in galore countries of Pure
It’s truly a great and helpful piece of info. I am happy that you simply shared this useful info with us. Please keep us up to date like this. Thanks for sharing.
I’m having a small issue I cant seem to be able to subscribe your rss feed, I’m using google reader by the way.
Hmm i hope you don’t get annoyed with this question, but how much does a site like yours earn?
good site!! You could start many more. I love all the info offered. I will stay tuned.
Awesome things here. I am very satisfied to see your article. Thanks so much and I am having a look ahead to touch you. Will you please drop me a mail?
I am impressed with this website , rattling I am a big fan .
I together with my guys have already been checking the great guidelines found on the blog and so quickly I had a horrible feeling I had not expressed respect to the site owner for them. Those women ended up so passionate to read through them and have in effect clearly been making the most of these things. Appreciation for getting considerably accommodating and also for getting some terrific resources most people are really needing to be informed on. Our own honest regret for not expressing gratitude to you sooner.
Some really choice blog posts on this internet site , saved to bookmarks .
I just couldn’t go away your site prior to suggesting that I actually enjoyed the usual info an individual supply in your visitors? Is gonna be again frequently in order to inspect new posts
Nice post man. Thanks a lot for the kind of perfect topic I have not a lot of information about it but I have got an extra unique info in your unique post.
Wow! This could be one particular of the most useful blogs We’ve ever arrive across on this subject. Basically Great. I am also an expert in this topic therefore I can understand your hard work.
Wohh precisely what I was looking for, thankyou for posting .
webdevcodex.com is a one of the more impressive blogs I’ve seen. Thanks so much for keeping the internet classy for a change. Youve got style, class, bravado. I mean it. Please keep it up because without the internet is definitely lacking in intelligence.
Fantastic points altogether, you just received a brand new reader. What would you suggest in regards to your put up that you simply made a few days ago? Any certain?
Appreciation for revealing superb informations. Your website is very cool. I’m stunned at the information you members. This explains the way properly you understand this theme. Saved this excellent website web page, will be restored to get more articles. An individual, my pal, ROCK! I came across simply the details We previously looked for in all places and simply can’t run into. Such a wonderful website.
Its nice but, does not work with another jquery….
Brilliant job! The information delivered was very useful. I hope that you keep on the great job done.
I am quite happy to know that we can change the CSS of the site by selecting an alternate stylesheet by a simple click of a button!thanks so much.
Thanks for your publiction. Another element is that to be a photographer entails not only difficulties in recording award-winning photographs but hardships in acquiring the best digital camera suited to your requirements and most especially situations in maintaining the standard of your camera. This is very real and obvious for those photography lovers that are in capturing the nature’s eye-catching scenes — the mountains, the actual forests, the wild or even the seas. Visiting these exciting places definitely requires a photographic camera that can meet the wild’s harsh environments.
Hi,
Could you please show an example of Switching with <select> onchange
Is there a way that these changes can be maintained if the user navigates to another page?
HI, great post… It is what i'm searching for my blog.
Excellent article – I really appreciate your knowledge about web development, I have
bookmarked it for later viewing and forwarded it on.
To view more details in web development, visit http://www.netultimate.com
Excellent cet article ! Merci bcp ^^
J’aime tomber sur ce type blog ! Je vous ajoutes à mes Favoris!
Bonne continuation et à bientot !
Facebook : http://goo.gl/Makbv
My website: steeveaukingso.fr
Ive thought the same thing after watching that show.Its not so much sentimental attachment as it is the fact that I hate wasting stuff and abhor the idea of tossing shit into a landfill.I have these grand ideas that saving all this cardboard (broken down and flattened, at least) with the ostensible plan of using it as fire kindling will spare space in the landfill.I keep junk mail stashed next to the fireplace for the same purpose in the fear that someone will use it to steal my identity and run up a $3000 Sprint phone bill in my name.Plastic 2 liters of Diet Coke my housemate empties will have some sort of garden use, likewise with the plastic grocery bags (because my attempts to get the house converted over to paper fell on deaf ears), and I have years worth of clothes I wont wear but somehow think will wind up being rags for the random times when I change the oil in the lawn mower.Artwork that never gets put up on the wall, comic books that only get read once, books that never get read at allbut yeah, you can see all the floors in the house and theres no accidental taxidermy happening under my furniture, so I think Im good.For now.
This is really a great web site. Pretty nice post. I just stumbled upon your weblog and wanted to say that I’ve truly enjoyed browsing your blog posts. In any case I will be subscribing to your feed and I hope you write again very soon! I like the helpful info you provide in your articles. I will bookmark your weblog and check again here regularly. I am quite sure I¡¯ll learn many new stuff right here! Best of luck for the next!
I enjoy what you guys are up too. This sort of clever work and exposure! Keep up the superb works guys I’ve added you guys to my blogroll.
Ive added this article to my favorites browser link bar simply because I want to read it yet again. I agree on a lot of the viewpoints you have written, but I feel the need to consider some aspects, and I simply respect the opinion. For what its worth I also like the design of your website, quite original. Thank you.
I really like what you guys tend to be up too. This sort of clever work and reporting! Keep up the very good works guys I’ve added you guys to our blogroll.
I love what you guys tend to be up too. This kind of clever work and exposure! Keep up the excellent works guys I’ve included you guys to blogroll.
This is certainly like a good contraption of which you’re rendering therefore you deliver the item separate intended for totally free. When i really enjoy looking at web-sites of which comprehend this benefit connected with offering some sort of top quality useful resource intended for zero cost. It is this aged exactly what about is available all-around regular .
strongzz Wonderful work! This is the type of info that should be shared around the net. Shame on the search engines for not positioning this post higher! Come on over and visit my web site . Thanks =)
The Zune concentrates on getting a Easily transportable Advertising Player. Not a internet browser. Not a online game device. Maybe inside the potential it’ll do even superior in all those regions, but for now it’s a brilliant technique to organize and pay attention for your songs and films, and is with no peer in that regard. The iPod’s strengths are its word wide web browsing and apps. If all those sound a lot more compelling, probably it really is your greatest choice.