Hi list,
OK. So then it seems to be in the newsticker-plugin used on this site:
www.rsv-arloff-kirspenich.de
I checked it: I changed this lines:
$(document).ready(
function()
{
$("#news").newsTicker(5000).end();
}
);
to:
$(document).ready(
function()
{
$("#news").newsTicker(5000);
}
);
And the error was gone, while the newsticker itself provides the full
functionality. So, what is "end()" about? Do I really need it when I'm
not using the '$'-function afterwards again?
--Marc
Brandon Aaron schrieb:
> Just including jQuery by itself will not cause that error. Could you
> provide a link to the offending page?
>
> --
> Brandon Aaron
>
> On 11/6/06, Marc Jansen <[EMAIL PROTECTED]> wrote:
>
>> Hey ther,
>>
>> Does anyone know about this issue?
>>
>> I couldn't find anything in the bugtracker.
>>
>> -- Marc
>>
>>
>> Marc Jansen schrieb:
>>
>>> Hi list,
>>>
>>> I'm not sure whether this has already been discussed, but in the
>>> uncompressed version of the jQuery code my FF-console shows the
>>> following error:
>>>
>>> Fehler: this.stack has no properties
>>> Quelldatei:
>>> http://www.rsv-arloff-kirspenich.de/javascript/jquery-1.0.3.pack.js
>>> Zeile: 191
>>>
>>> This line his meant:
>>>
>>> end: function() {
>>> return this.get( this.stack.pop() );
>>> },
>>>
>>> This is the jQuery information possibly needed:
>>>
>>> /*
>>> * jQuery 1.0.3 - New Wave Javascript
>>> *
>>> * Copyright (c) 2006 John Resig (jquery.com)
>>> * Dual licensed under the MIT (MIT-LICENSE.txt)
>>> * and GPL (GPL-LICENSE.txt) licenses.
>>> *
>>> * $Date: 2006-10-27 11:15:44 -0400 (Fri, 27 Oct 2006) $
>>> * $Rev: 501 $
>>> */
>>>
>>>
>>> How can I remove this?
>>>
>>> Thanks in advance,
>>>
>>> Marc
>>>
>>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/