I have been developing database-driven websites for clients for several years. Sometimes I offer free JavaScript functions for use by anyone. A couple of the more populare ones are:
checkUncheckSome() (A function that allows you to dynamically control various checkboxes to be clicked/unclicked via control checkboxes.
checkUncheckAll() ( A function that allows you to check/uncheck all checkboxes in a form via a control checkboxes. (This is a more limited version of checkUncheckSome())
changecss() ( A function that allows you to dynamically update the style of a class defined in a Cascading Style Sheet.
hideSelects() ( A function that hides/shows all select menu objects on a webpage. I made this function because IE has a bug where Select Menus always hover over other objects regardless of z-index.
I hope you enjoy these free and useful JavaScript functions.
___________________
Shawn Olson
checkUncheckSome() (A function that allows you to dynamically control various checkboxes to be clicked/unclicked via control checkboxes.
checkUncheckAll() ( A function that allows you to check/uncheck all checkboxes in a form via a control checkboxes. (This is a more limited version of checkUncheckSome())
changecss() ( A function that allows you to dynamically update the style of a class defined in a Cascading Style Sheet.
hideSelects() ( A function that hides/shows all select menu objects on a webpage. I made this function because IE has a bug where Select Menus always hover over other objects regardless of z-index.
I hope you enjoy these free and useful JavaScript functions.
___________________
Shawn Olson