Tagged Questions
The switchers tag has no wiki summary.
3
votes
1answer
253 views
Any open source Alt-Tab windows switcher project exists?
Having tried a few Alt-Tab windows switcher, I want to write one to suit my own needs. Are you aware of any open source Alt-Tab windows switchers? If it already exists, I don't want to start from ...
2
votes
3answers
3k views
jQuery Refresh/Reload Page After Success
I have a style switcher on http://thetimes.gregrickaby.com. It works for the most part, but you have to hit F5 or Refresh to see the new style. How do I finish this jQuery to auto-refresh upon a ...
2
votes
1answer
674 views
What's the best USB switcher? (want to share mouse/keyboard/monitor between PC and mac) [closed]
I have a wireless keyboard, mouse, and a monitor (with DVI and VGA) that I want to share between two systems. Ideally, I'd prefer to just hit a keystroke (e.g. scroll-lock twice) and then have all ...
0
votes
0answers
102 views
Safari Browser issue with JS CSS Switcher
I have been working part time on a website gradually building it up to include a CSS stylesheet switcher. The switcher was working really well in all browsers, however, following an update it no ...
0
votes
4answers
251 views
jQuery theme switcher for multiple stylesheets
I would like to use this styleswitcher script (http://www.kelvinluck.com/assets/jquery/styleswitch/),but have it load 2 stylesheets at once. The objective is the user can select a font size and/or ...
0
votes
0answers
61 views
Adding Cookie to style switch
I am completely new to cookies with Jquery just need a little help...
I have this Jquery switching colour/size:
google.load("jquery", "1.3.1");
google.setOnLoadCallback(function()
{
// Colour ...
0
votes
5answers
496 views
input text change onclick button value
Actually i want to create a page switcher, all i need for this is an input with type text where will be entered the number of the page, and i have the second input with type button and onclick value:
...
0
votes
1answer
57 views
Cookies with a jquery class switcher?
I really can't figure out how to use cookies with this class switcher I got here
Jquery:
<script type="text/javascript">
$(document).ready(function(){
...