Login Register

DOM tracing

Hi,

I'm newbie of dojo and used to use jQuery as JS Framework. I faced a problem when migrate to dojo because in jQuery it's quite easy to do DOM tracing and manipulation such trace parent node. But, in Dojo I can't find the simplest way to do such things in jQuery.

Actually, my case is to add children data dynamically through javascript. such order taking process, after user fulfilled order summary such bill address, ship address. user will add products as order items. each products have some fields to be specified by user. But when I added the children using addContent from NodeList object, all fields which are inaccessible or return empty value.

Any explanation of this? It would be high appreciation for anyone.

regards,
Surya