Welcome Guest, Not a member yet? Register   Sign In
CSS color scheme switching
#8

[eluser]xwero[/eluser]
You can refresh your page via php or you can do it like this
Code:
$('#colorschemer a').click(function() {
   var baseurl = $('link[@title=csstheme]').attr('href');
   baseurl = baseurl.substr(0,baseurl.lastIndexOf('/')+1);
   $('link[@title=csstheme]').attr('href') = baseurl+'theme_'+$(this).attr('title')+'.css';
   [removed].reload();
});
i'm assuming the titles are the same as the theme names.

update : [removed] has replaced window dot location and the javascript code hasn't got a set cookie function but that is easy using the baseurl variable and the cookie plugin.


Messages In This Thread
CSS color scheme switching - by El Forum - 10-27-2007, 03:12 AM
CSS color scheme switching - by El Forum - 10-27-2007, 06:20 AM
CSS color scheme switching - by El Forum - 10-27-2007, 06:41 AM
CSS color scheme switching - by El Forum - 10-27-2007, 07:29 AM
CSS color scheme switching - by El Forum - 10-27-2007, 08:36 AM
CSS color scheme switching - by El Forum - 10-27-2007, 09:33 AM
CSS color scheme switching - by El Forum - 10-27-2007, 10:00 AM
CSS color scheme switching - by El Forum - 10-27-2007, 10:50 AM
CSS color scheme switching - by El Forum - 10-28-2007, 09:41 AM
CSS color scheme switching - by El Forum - 10-28-2007, 11:39 PM
CSS color scheme switching - by El Forum - 10-29-2007, 02:06 AM
CSS color scheme switching - by El Forum - 10-30-2007, 01:17 AM
CSS color scheme switching - by El Forum - 10-30-2007, 11:42 PM
CSS color scheme switching - by El Forum - 10-31-2007, 07:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB