Widget:Bookshelf: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
}); | }); | ||
$("#Bookshelf").mouseout(function() { | |||
$(".bookChapter").each(function() { | |||
var chapter = $(this).attr('id'); | |||
srcLink = imageObj[chapter].normal; | |||
$(this).attr('src',srcLink); | |||
}); | |||
}); | |||
}); | }); |
Revision as of 17:23, 10 November 2014
Dynamic Bookshelf on Wikidoc