Provide thousands of free JavaScript code examples, DHTML, HTML JavaScript Tutorials, Reference and Help. JavaScriptBank.com is the best JavaScript resources |
Over 2000+ free Javascript
at JavaScriptBank.com Website
Method | Example | Description |
var.toggleBar() | toggle pause | This method will toggle the pause status of the bar. If it is paused, it
will un-pause it, and vice-versa. The code for the link at left is: <a href="javascript:bar2.togglePause()">toggle pause</a> |
var.hideBar() | Hide Bar 2 | This method will show the bar. If it is already visible, it will do nothing.
The code for the link at left is: <a href="javascript:bar2.hideBar()">Hide Bar 2</a> |
var.showBar() | Show Bar 2 | This method will hide the bar. If it is already hidden, it will do nothing.
The code for the link at left is: <a href="javascript:bar2.showBar()">Show Bar 2</a> |