I am having problems making prettygallery run. I call the script and I get nothing, nothing changed, not errors, nothing. Here's the code:
$(".gallery ul").prettyGallery( { itemsPerPage: 4, animationSpeed: 'normal', /* fast/normal/slow */ navigation: 'top', /* top/bottom/both */ of_label: ' of ', /* The content in the page "1 of 2" */ previous_title_label: 'Previous page', /* The title of the previous link */ next_title_label: 'Next page' /* The title of the next link */ });
// took it from an example on this forum
The generated html via ajax (I call the prettygallery function after inserting the HTML)