21
Feb/10
0

How to define a jQuery autocompleter callback function

I have spent a lot of time on creating a working callback function for the jQuery autocomplete plugin (http://docs.jquery.com/Plugins/Autocomplete).
Here is a working example:

20
Jul/09
0

HTMLConvert

The converter transforms the text you type into the standard HTML code that every browser can recognize without altering the character encoding.

Where this HTML Code can be used?

If you would like to show HTML, PHP, XML… source texts on your page

If you would like to show some different character sets on your page

and so [...]

19
Jul/09
0

TableDiagram

Quick way to generate a chart from a HTML-table.

19
Jul/09
0

Suggest As You Type

This script was written back when such tools as Scriptaculous Autocompleter etc. did not exist yet but were in demand already.

19
Jul/09
0

PrettyCheckboxes

This script allows you to decorate your form elements, putting an end to the boring standard look.

19
Jul/09
3

Cascading Selects

The script creates dynamically a set of select elements: the range in each following is related to the selected option in the previous one.

In the script source, you have to configure the form ID as on you page (default “mainform”) and the complete set of the select options.
They are implemented as one-, two- and three-dimensional [...]