Re: Server-side DOM
Joshua Paine <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Chris Zumbrunn wrote: > One "problem" when using it > inside of Helma is that is pollutes the global namespace with the > browser DOM objects and properties (to avoid that, it would need to > be run inside a separate js scope). It would seem like this could be achieved with some minor modifications of env.js (and possibly jquery.js) and clever use of closure, don't you think? What I'd really like is jQuery-style XML querying and modification in ways that make sense on the server-side. > make the global vars sticky using the following > defineLibraryScope calls: I'm still trying to get my head around Helma's application model. Can you explain what defineLibraryScope does and why it's necessary? -Joshua