MediaWiki:BibleGet.js: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 144:
jQuery('.bibleGetQuote').each(function(){
console.log("Now manipulating contents of div [data-version='" + jQuery(this).attr('data-version') + "'] [data-ref='" + jQuery(this).attr('data-ref') + "']");
jQuery(this).find('.versesParagraph .verseText').each(function(){
jQuery(this).contents().first().filter(function(){
Line 192:
}
});
//jQuery(this).addClass('ready hidden');
});
};
|