I tried the code but SpaceTree is not working... Same loading is shown
On Feb 23, 8:44 am, jai kishan <
meetingkis...@gmail.com> wrote:
> i guess it is the issue with IE support
>
> var xmlhttp;
> if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome,
> Opera, Safari
> xmlhttp = new XMLHttpRequest();
> } else {// code for IE6, IE5
> xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
> }
>
> this is ajax capability for IE and other browsers. i guess you will need
> somthing similar code for your tree to display on IE, or install the latest
> vesion of IE and check if the issue is resolved or not.
>
> -kishan
>
> On Wed, Feb 22, 2012 at 5:57 PM, Raamesh Keerthi <
raameshkeer...@live.com>wrote:
>
>
>
>
>
>
>
> > For me Its showing that Loading and two script errors...
>
> > but perfectly working in Chrome and Mozilla....
>
> > On Feb 6, 9:46 pm, vinod v <
vinodv1...@gmail.com> wrote:
> > > I am new to JIT, but impressed by the demos and I am using space tree
> > > in my project.
>
> > > I am facing issues while collapsing a node in IE. My issue is that I
> > > have a Node which contains Child node(Children for parent or root
> > > node) and these child nodes in turn contains child nodes or sub nodes
> > > (i.e grand children for the parent or root node). When I am expanding
> > > and collapsing collapsing a child node it work properly in IE, but
> > > when a child node is expanded and then when I try to collapse the
> > > parent or root node the grand children are not getting collapsed.This
> > > works perfectly in Mozilla.
>
> > > Any help in this would be much appreciated.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "JavaScript InfoVis Toolkit" group.
> > To post to this group, send email to
> >
javascript-information...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
javascript-information-visua...@googlegroups.com.
> > For more options, visit this group at
> > .