Active
Project:
Node stack
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2008 at 12:19 UTC
Updated:
26 Apr 2008 at 12:19 UTC
I got jQuery 1.1.2
I took a look at the module a year before with no luck, now it is the same. I really would like to use it, so please someone help me.
My problem is that something is going wrong around the indicator thing.
I have found, that indicator is a string, containing some HTML. That HTML is not in the page source,
and I dont know if jQuery can resolve this:
indicator: $('<div id="nodestack-indicator">Node: <span class="title"></span></div>').find('.title').html(settings[this.id].title).end().appendTo('body').fadeIn()
Actually firebug reports the following error:
settings[this.id] has no properties
(no name)(mousedown clientX=0, clientY=0)nodestack.js (line 10)
handle(mousedown clientX=0, clientY=0)jquery.js (line 1302)
[Break on this error] indicator: $(settings.indicator).find('.title').html(settings[this.id]. ...
I am up to help resolving the problem, but as earlier versions didn't worked for me
just like the actual one, I am lost.