Widget:Bookshelf: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 61: Line 61:


function preload(imageObj) {
function preload(imageObj) {
$(".bookchapter").attr('visibility','hidden');
$(".bookChapter").each(function() {
$(".bookChapter").each(function() {
   var chapter = $(this).attr('id');
   var chapter = $(this).attr('id');
Line 79: Line 78:
   $(this).attr('src',srcLink);
   $(this).attr('src',srcLink);
});
});
$(".bookchapter").attr('visibility','visibile');
}
}
</script>
</script>

Revision as of 19:29, 10 November 2014

 Dynamic Bookshelf on Wikidoc