Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
$('#textHere').append('<string>|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring |?NDC|?Pill Name|format=template|template=PillID}}</string><p>|}</p>'); | $('#textHere').append('<string>|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring |?NDC|?Pill Name|format=template|template=PillID}}</string><p>|}</p>'); | ||
}); | }); | ||
$('#executeReset').click(function() { | $('#executeReset').click(function() { | ||
$('#textHere').empty(); | $('#textHere').empty(); | ||
}); | }); | ||
}); | |||
</script> | </script> | ||
<div id="textHere"></div> | <div id="textHere"></div> |