Skip to content

Instantly share code, notes, and snippets.

@kamlesh08
Created July 9, 2020 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamlesh08/6f259c459d29bf5f4da080c0230290db to your computer and use it in GitHub Desktop.
Save kamlesh08/6f259c459d29bf5f4da080c0230290db to your computer and use it in GitHub Desktop.
URL Anchor for opening an Expandable Row
(function($) {
$(window).on('load hashchange', function() {
if ( 'astrazeneca' === location.hash.replace('#', '') ) {
$('.fl-node-5eff90a74db9e .pp-er-wrap').trigger('click');
}
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment