我在 html 中尝试过
<?php while (have_posts()) :the_post(); ?>
<div class="product-content">
<?php if ($len > 122): ?>
<?php echo $sub ."........"; ?>
<p class="invisible"><?php echo $cont; ?> </p>
<?php else: ?>
<?php echo $sub ?>
<?php endif; ?>
</div>
<?php endwhile; ?>
在 jquery 中作为
$(".product-content").click(function(){
var t= $(this p).text();
或者
$(".product-content").click(function(){
var t= $(this ".invisible").text();