Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created December 18, 2014 17:04
Show Gist options
  • Select an option

  • Save moderatorwes/9280bfb5052e9683fef1 to your computer and use it in GitHub Desktop.

Select an option

Save moderatorwes/9280bfb5052e9683fef1 to your computer and use it in GitHub Desktop.
Zendesk: Section Tree with Article
// Removing the article dropdown
$('.article-list a[aria-selected]').removeAttr('aria-selected').removeAttr('data-asynchtml-ressource')
});
@deksominol

Copy link
Copy Markdown
$('.article-list a[aria-selected]')
        .removeAttr('aria-selected')
        .removeAttr('data-asynchtml-resource');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment