Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Open Toggles From Any Page With Anchor Links -->
- <script type="text/javascript">
- (function($){
- $(window).load(function(){
- var et_hash = window.location.hash;
- if(window.location.hash) {
- $( '.et_pb_toggle' + et_hash )
- .removeClass('et_pb_toggle_close')
- .addClass('et_pb_toggle_open')
- }
- });
- })(jQuery)
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement