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 36: Line 36:
srcLink = imageObj[chapter].selected
srcLink = imageObj[chapter].selected


console.Log("Selected works for " + chapter)
console.log("Selected works for " + chapter)


} else {
} else {

Revision as of 16:54, 10 November 2014

 Dynamic Bookshelf on Wikidoc