Practical Non-Ajax Image Gallery: easyAlbum
29
Apr
// php the_time('Y') ?>
easyAlbum is an open source image gallery script built with JavaScript.
This image gallery does not have an AJAX interface but it simply presents the images inside list tags with a Lightbox type browser friendly pop-up and navigation support.
How to use easyAlbum?
- After inserting easyALBUM.js file in your page, create a list with the "ul" tag id equals gallery like
<ul id="gallery">and add the images inside the "li" tags. - Modify your "body" tag for onload like
<body onload = "TJK_Gallery('gallery');">.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.tjkdesign.com/articles/gallery/photo_gall...
Download: http://www.tjkdesign.com/articles/gallery/easyAlbum/...
Compatibility: All Major Browsers
Website: http://www.tjkdesign.com/articles/gallery/photo_gall...
Download: http://www.tjkdesign.com/articles/gallery/easyAlbum/...
- Tags:
Ajax Javascript List
- Filed under: CC License, Gallery
- 2 Comments





















2 Responses for "Practical Non-Ajax Image Gallery: easyAlbum"
i have been using it for some time and… well… let’s say that i prefer Ajax enabled
Excellent information. Finding a few such solutions has taken hours in the past.
Thank u.