Skip to content

Barebones javascript for HTML files in an online help system. Because sometimes, a few lines of JavaScript is all it takes for a help system to be friendlier

Notifications You must be signed in to change notification settings

AninditaBasu/onlineHelp-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onlineHelp-javascript

JavaScript snippets for HTML files in an online help system

If the final output of your online help files is HTML, you can include these code snippets in your HTML transforms. The snippets use the jQuery and jQueryUI library. All of the effects are implemented through class attributes and will work on any HTML or DITA element that can take a class attribute.

Features

  • Content referencing in HTML
  • Show or hide blocks of content on demand
  • Show the content of a footnote on hover
  • Display the sections of a large page in horizontal tabs instead of vertical sections

Installation and use

Download this repository as a .zip file, and look at the working examples. Documentation is in JavaScript for online help files.

Bugs and enhancements

Use GitHub's issue tracking feature.

License

The code is under GPL 3, which is a copyleft license. You are free to use and distribute this code as-is. You are also free to modify and distribute this code provided you distribute such modified code under the same license as this one, that is GPL 3.

About

Barebones javascript for HTML files in an online help system. Because sometimes, a few lines of JavaScript is all it takes for a help system to be friendlier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published