jq(document).ready(function() {
jq(".stylesummarytext_desc").each(function(){
console.log(jq(this).find(".spn_P5:empty"));
if(jq(this).find(".spn_P5:empty").length == 0){
jq(this).find('.spn_P1').css("text-decoration", "line-through");
}else{
jq(this).find('.spn_P1').css("text-decoration", "")
}
});
});
jq(function () {
UserFunctionAfterLazyLoad();
});
function UserFunctionAfterLazyLoad() {
jq(".stylesummarytext_desc").each(function(){
console.log(jq(this).find(".spn_P5:empty"));
if(jq(this).find(".spn_P5:empty").length == 0){
jq(this).find('.spn_P1').css("text-decoration", "line-through");
}else{
jq(this).find('.spn_P1').css("text-decoration", "")
jq(this).find('.spn_P5').hide();
}
});
}
!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/2bdf75b567b347b970cccb0d1/3d49cf08efbf53f19663c2f29.js");