Widget:CJP2: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
No edit summary
Line 7: Line 7:
query : '[[Pill Shape::Oval]]|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring|?NDC|?Pill Name',
query : '[[Pill Shape::Oval]]|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring|?NDC|?Pill Name',
format : 'json'
format : 'json'
}),
},
.always(function (data) {
.always(function (data) {
$.each(data.query.results, function (index, value) {
$.each(data.query.results, function (index, value) {
Line 60: Line 60:
});
});
});
});
);
});
});
</script>
</script>

Revision as of 19:18, 30 May 2014