Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields labelled (Required) must be completed before the form is submitted.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

AlexeyTokar wrote:

2

3

my english bad too)

4

Your tree is grate! Really smile

But only one feature i still need using it. It is "generating tree from HTML".
Let's say i already have HTML code like this:

<ul>
<li>node</li>
<li>node
  <ul>
   <li>subnode</li>
  <ul>
</li>
</ul>

and i would like to create tree from it.

That feature needed to assist users with turned off javascript and so on.

P.S. I'm sorry for my English :-[ smile