$(doc).find(":ul#someULId").children() // li items
.eq(2) // li item 2
.children() // content of li
.eq(0) // span
.append(htmlCode); Just noticed, they've updated the project now at :
"jOOX stands for Java Object Oriented XML. It is a simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose. jOOX only wraps the underlying document and can be used to enhance DOM, not as an alternative."
They're inspired by jQuery so the stuffs gotto be good!
R. A.
If your Fridays are boring, head over to http://thankgoditISFriday.com and sign up. Have fun!
--
You received this message because you are subscribed to the Google Groups "itsnat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itsnat+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.