Hi
I have been trying to add this jquery to a page inside a code box or a tab called pricing to load in a pricing table. On the site there are a number of pages that require an individual pricing table added.
Unfortunately I cannot get the pricing table to appear, am I doing something wrong? Javascript is not my strong point!
<script>
$.ajax('//guest.highlife.ie/app.aspx/chaletPrice/table/3?seasonid=17¤cy=euro&rows=2', function(priceContent) {
$('#chalet-price-placeholder').html(priceContent);
});
</script>