phatfusion
javascript and flash development.
image menu
version 1.0
load a div from another page into a div on this page.
example
features
- load a div from another page into a div on this page.
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
- Firefox 2 (mac / pc)
- IE 7
- IE 6
- Safari (mac)
requirements
downloads