Wiipass: jQuery and more Tiziano Treccani's useful plugin for jQuery and other stuff

3apr/102

jQuery Hintbox 1.4 released

News

- New event 'onListRetrieved' added. See examples and documentation to learn more
- ImmediateList option added. Thans to jaco-pixeldump for the code :-)
- Fixed not required full list caching bug
- Minor bugs fixed

DOWNLOAD HERE : jquery hintbox 1.4
Working demo : HERE

suggestions and comments are welcome

8mar/100

PHP logging: WiiLogger

Today I released my first public PHP script: WiiLogger.
I wrote it in order to semplify the development of my custom PHP applications.
I found it very useful so I decided to share it with you all.
Enjoy PHP logging, try out my creature: WiiLogger 1.0

18ago/0910

jQuery Hintbox 1.3 released

jQuery Hintbox 1.3 news

- MatchRule option added. This option is enabled when MatchHint options is enabled too.
It allows to filter result list values by 3 criteria: StartsWith [S], EndsWith [E], Contains, [C].
Values allowed are "S", "E", "C".
Default value is: "S".
- JSON option added. If json option is enabled, hintbox plugin want to receive a list made like this:

{
    "list" : [
        "AAA",
        "BBB",
        "CCC"
    ]
}

where "AAA", "BBB", "CCC" are the list values.

DOWNLOAD HERE : jquery hintbox 1.3
Working demo: HERE

suggestions and comments are welcome


16mag/0910

jQuery Hintbox 1.2 released

News

- Match hint option added. This option allows to filter resulting list showing only entries matching with input text. Default value is -> matchHint : false
- Disabled automatic browser autocomplete function. Thanks Eric ;-)
- Fix css bug when resulting list was empty

DOWNLOAD HERE : jquery hintbox 1.2
Working demo: HERE

suggestions and comments are welcome