Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
function microChapterData() { | function microChapterData() { | ||
if ($('option:selected', 'select').val() === "Black Box Warning") { | if ($('option:selected', 'select').val() === "Black Box Warning") { | ||
$("#prepend").val(" | $("#prepend").val("Does this Work?"); | ||
$("#append").val("Added Text to the End"); | $("#append").val("Added Text to the End"); | ||
$("#instructions").html("These are some instructions"); | $("#instructions").html("These are some instructions"); |