Guest User

Untitled

a guest
Dec 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <button id="css_toggle" title="I'm a tooltip!">Text</button>
  2. <div class="sq"></div>
  3.  
  4. $('#css_toggle').click(function () {
  5. $('link[href="http://localhost:8888/rip-access/wp-content/themes/RIP/assets/css/style.css"]').attr('href', 'http://localhost:8888/rip-access/wp-content/themes/RIP/assets/css/style1.css').toggle();
  6. });
Add Comment
Please, Sign In to add comment