DITA: Create a content filter to dynamically filter content
For example, suppose your content has four programming language code snippets. You want to allow your users to select one language and have all the rest be hidden. You can add a content selector to your output so that users can select the type of content they want to see.
This content selector is a style switcher developed by hibbard.eu explained here: Using cookies with jQuery to make a simple style switcher. Although there are a variety of jQuery style switchers available, I like this one because it implements the jQuery cookie to remember the user's selection from page to page. This is critical for the content selector to work site-wide. (Without the cookie, the user would need to re-select an option with each new page.
To implement the content selector:
localhost/
to view the content.About Tom Johnson
I'm an API technical writer based in the Seattle area. On this blog, I write about topics related to technical writing and communication — such as software documentation, API documentation, AI, information architecture, content strategy, writing processes, plain language, tech comm careers, and more. Check out my API documentation course if you're looking for more info about documenting APIs. Or see my posts on AI and AI course section for more on the latest in AI and tech comm.
If you're a technical writer and want to keep on top of the latest trends in the tech comm, be sure to subscribe to email updates below. You can also learn more about me or contact me. Finally, note that the opinions I express on my blog are my own points of view, not that of my employer.