Strange Jquery script snippet appears on the page as text
-
Hi here is the page in question: https://rain.umbrellascustom.com/product/gray-umbrella/
As you can see, the following Jquery string:
jQuery(document).ready(function($) { $('.ptp-plan').matchHeight(false); $('.ptp-cta').matchHeight(false); $('.ptp-price').matchHeight(false); $('.ptp-button').matchHeight(false); $('.ptp-bullet-item').each(function( index ){ $('.ptp-row-id-'+index).matchHeight(false); }); }); class="tm-description">
is showing up as raw text above the pricing table. Nothing in the setup appears to be off, please help me resolve this. Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Strange Jquery script snippet appears on the page as text’ is closed to new replies.