Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
$("#executeGo").click(function () { | $("#executeGo").click(function () { | ||
microChapterData(); | microChapterData(); | ||
}); | |||
$("#checkContent").click(function () { | |||
contentView(); | |||
}); | }); | ||
function createPage() { | function createPage() { | ||
Line 141: | Line 143: | ||
<input type="button" id="executeGo" value="Go" /> | <input type="button" id="executeGo" value="Go" /> | ||
<input type="button" id="skip" value="Skip" /> | <input type="button" id="skip" value="Skip" /> | ||
<input type="button" id="checkContent" value="Check" /> | |||
<input type="hidden" id="prepend" /> | <input type="hidden" id="prepend" /> | ||
<input type="hidden" id="pend" /> | <input type="hidden" id="pend" /> | ||
<input type="hidden" id="append" /> | <input type="hidden" id="append" /> | ||
</includeonly> | </includeonly> |