Hi,

I try to use JTicker, RSS feed,
But I can't display my RSS feed.

I can notice by adding some alerts debuging that the javascript stops here :

                FillSlide: function() {
                        var Item, TickerHTML, Title, URL, Desc;
                        $("#" + options.TickerID).empty();
                        options.contentcounter++;
                        alert(options.contentcounter);
                        alert(options.dataXML);
                        var nb = $("item", options.dataXML).length;      <--- 
javascript stops
here
                        alert(nb);
                        if (options.contentcounter == $("item", 
options.dataXML).length) {
                                 [...]

Can anyone help me ?

Thank you.
-- 
View this message in context: 
http://www.nabble.com/JTicker-Plugin-problem-tf4083651s15494.html#a11606688
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to