Currently sDOM = '<"someClass">' will create a DIV item with the class name "someClass".
Is it possible to create an item with specific ID?
The syntax maybe sDOM = '<"#someClass">', using a "#" sign to indicate that.
Sounds like quite a good idea that. I'll look into adding that for a future release. The one trick will be doing IDs and classes at the same time. Maybe it should do it CSS selector style <"#someID.someClass">.
Replies
Regards,
Allan