Widget:CJP3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
$.each(data.query.results, function (index, value) { | $.each(data.query.results, function (index, value) { | ||
//Assign variables the values returned from the function// | //Assign variables the values returned from the function// | ||
var drugNameFull = 'fullname #/*value.fulltext;*/ | var drugNameFull = 'fullname #' /*value.fulltext;*/ | ||
var drugNameShort = /*drugNameLong.split("#")[0];*/ | var drugNameShort = /*drugNameLong.split("#")[0];*/ | ||
var pillImprint = value.printouts["Pill Imprint"]; | var pillImprint = value.printouts["Pill Imprint"]; |