hi
I am trying to set a jquery variable to a php variable but it's failing... is this even possible and if so how could it be done? I am doing this right now:
jquery code: var last_page = $(".page-numbers:eq(8)").text();
<?php $lp = ?> last_page <?php ; ?>
thank u!