La manera en que lo tengo es de la siguiente forma:
Código HTML:
Ver original
<link rel="stylesheet" type="text/css" href="css/index_orange.css" id="style"/>
Código Javascript:
Ver original
<script> $(document).ready(function(){ $(".estilo").click(function(e){ e.preventDefault(); var rutaEstilo = $(this).attr("href") $("#style").attr("href", rutaEstilo) }) }) </script>
Código HTML:
Ver original
Espero me puedan apoyar.