General Actions:
| Some jQuery tools |
| Type | XAR |
| Developed by | |
| License | GNU Lesser General Public License 2.1 |
Table of contents
This extension contains 2 tools.
This allows the user with one click to go back to the top of the browser. This feature is very useful when you have a long long content in your page and you want to go back to the top. Scroll is over!
To use this feature, you need to insert the following code where you want it to be used:
You can test the feature at the following bundled demo page: jQuery.Demo1
This allows the user to add the label of a field right inside the field. When you click it disappears and lets you write your real content. Plus if it's a password, the input becomes protected by itself. It works for inputs and textareas.
This feature requires some configuration, every time you want to use it.
First, you must fill the document jQuery.FormLabels with the id/name of each field you want to customize.
A comma is required for each row except for the last one. .
Second, if you want some password fields, you must fill in the document jQuery.FormLabelsPwd.
Each item must be separated with a comma. .
Please add the following code to each sheet where you wish to have custom labels: