Widget:Bookshelf: Difference between revisions

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


var chapter = $(this).attr('id');
var chapter = $(this).attr('id');
console.log(chapter)
srcLink = '';
srcLink = '';


Line 35: Line 34:


srcLink = imageObj[chapter].selected
srcLink = imageObj[chapter].selected
console.log("Selected works for " + chapter)


} else {
} else {

Revision as of 17:06, 10 November 2014

 Dynamic Bookshelf on Wikidoc