Showing 129 scripts

Sort by name or size

PrototypeXtensions.js

PrototypeXtensions.js

PrototypeXtensions is a JavaScript library based on the frameworks Prototype.js and Script.aculo.us. The objective of this library is to provide an extension "low level" composed of useful methods and basic components, and components "high level", more dedicated to the user interface. Available components : Core, History, Ajax.History, Tabs

new Ajax.History.Updater('container', 'url/to/home.html', {
    history : {
        id    : 'page',
        state : 'home',
        cache : true,
        onStateChange: function(state) {
            History.setTitle(History.getTitle() + ' - Home');
        }
    }
});
Website:
PrototypeXtensions.js
Author:
Simon Martins
Size:
8 KB
Last modified:
09/22/2008
License:
MIT Licence
Tags:
ajax, cookie, date & time, framework, history, request, scriptaculous, tabs
Rating:
4
(4/5 from 3 votes)
Your rating:
Please sign in or register to rate this script
Select multiple tags with Ctrl+click (Cmd+click on Mac)

Found a bug or have a suggestion?Let us know

bitsonnet corp · © 2007-2008 · all rights reserved

Sign In / Register / Forgot password