Widget:CJP: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
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>

Revision as of 16:25, 28 May 2014