Page is a not externally linkable
Piggo - 4:35 pm on Feb 11, 2012 (gmt 0)
I have now FIXED this problem! I had taken things slightly too far. I've fixed it by simply moving my original carousel creation code from the header to my handleresponse function:
$('.myindcaras').jcarousel({
vertical: true
});
This is then executed when I have received all of my AJAX responses back.
Thanks Fotiman for your help on this topic.