ideally, we should be able to have multiple, separate NodeViz instances on a
single page.
Most js code is already OO and *should* work, but we need to figure out how to
access the DOM elements and avoid duplicate id collisions. We can either append
an instance count prefix/suffix to all elements we create, or we can change all
our code to not use $() as a selector, but rather search for elements within
our parent div.
Original issue reported on code.google.com by gregmich...@gmail.com on 2 Oct 2011 at 2:17
Original issue reported on code.google.com by
gregmich...@gmail.com
on 2 Oct 2011 at 2:17