7 Responses to 'New blog software'
Leave a Reply
Do not post support requests for jCarousel here. If you need help for a problem:
- Create a page where i can see your carousel in action
- Post it to the jQuery Mailinglist (Add the word "jCarousel" to the subject, so i can filter out mails regarding jCarousel).


in the ajax example you use thickbox, how can I add a rel attribute to the a tags. Tried to add a rel atribute here:
function getItemHTML(url)
{
var url_m = url.replace(/_s.jpg/g, ‘_m.jpg’);
return ‘<a href=”‘ + url_m + ‘” rel=”nofollow” rel=”nofollow”></a>’;
};
but to no avail …
This should work (except from that there is nothing inside the <a> tag). What exactly did not work?
sorry, but I guess some of the code was stripped from the comment.
I just added rel=”slideshow” inside the <a > tag.
However, what exactly does not work?
when you add the rel attribute in that function, it is not added to the DOM tree, I asume that this function takes care of adding the class=”thickbox” and when adding a rel attribute it is not added to the DOM as well. In thickbox you can add a rel attribute (thickbox v2 has a functionality for that rel) that is why.
Thickbox does not support dynamically added elements to the DOM.
Hi Jan
I need vertical carousel with titles (themes), height variable