Arnis Lapsa
Arnis Lapsa

Reputation: 47657

How to display tree on web site?

I'm looking for jQuery plugin or something that helps to display:

      1
    /   \
   2     3
  /       \
 4         5
         /   \
        6     7
       /  \
      8    9

Any tips?

P.s. W/o silverlight/flash magic. No problems with CSS3/Html5.

Upvotes: 0

Views: 702

Answers (1)

Gabriel
Gabriel

Reputation: 18780

http://frank-mich.com/jQuery/

Upvotes: 1

Related Questions