Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some Helpful JavaScript Functions

Status
Not open for further replies.
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top