data- attributes missing
-
Hi there ??
I came to strange issue- there are no data-attributes on my production website, but data attributes are present on local website.
So, this is a rendered element which triggers popup on local website:
<p id=”el-d-for-propower” class=”manual-download-link pum-trigger” data-popup=”1661″ data-settings=”[object Object]” style=”cursor: pointer;”>ProPower</p>
And same element rendered on live website:
<p id=”el-d-for-propower” class=”manual-download-link pum-trigger” style=”cursor: pointer;”>ProPower</p>
As you can see- data-popup and data-settings are missing.
I do manual Google Captcha rendering on each form in each popup, so I need data-popup value.
Thanks
- The topic ‘data- attributes missing’ is closed to new replies.