javascript and flash development.

image menu

version 1.0

load a div from another page into a div on this page.

example

load content A | load content B | load content C

features

usage

new pageLoader({loadInTo:'ajaxContent'});
new History();

History has one option: links, works in the same way as the page loader links option.

options

links
the class name of the links to use. (default: 'loadMe')
loadInTo
the div to load the content into. (default: 'content')
loadFrom
the div to load the content from. (default: 'content')
onStart
function to call on start.
onComplete
function to call on complete.

browser compatibility

requirements

downloads