I used this code to display the title of k2 item. The word title in the code should be replace in order to see other output. What should I replace with in order for me to display the Content of k2 item? This is my code
<script> jQuery (document).ready(function() {
$('#itemtest').html('<?php echo $this->item->title;?>');
}); </script>