Widget:Bookshelf: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
};
};


loadImg = new Image(); for(var chapter in imageObj) {for(var type in Chapter){loadImg[chapter][type].src = imageObj[chapter][type]}}
loadImg = new Image(); for(var chapter in imageObj) {for(var type in chapter){loadImg[chapter][type].src = imageObj[chapter][type]}}


$(".bookChapter").mouseover(function() {
$(".bookChapter").mouseover(function() {

Revision as of 18:47, 10 November 2014

 Dynamic Bookshelf on Wikidoc