whoa ! thank you Patrick!
Worked marvelously!
In fact, I did one line of text to skip the variable creation:
$item('#skuName').text = itemData.description.replace(/(<([^>]+)>)/ig, "").replace(/(’)/ig, "'").slice(0,4);
whoa ! thank you Patrick!
Worked marvelously!
In fact, I did one line of text to skip the variable creation:
$item('#skuName').text = itemData.description.replace(/(<([^>]+)>)/ig, "").replace(/(’)/ig, "'").slice(0,4);