a jQuery version of web2py's HTML helpers....very nice. I use jQuery heavily, but I rarely ever "create" DOM elements using JavaScript. Either I wrap hidden elements for later with "display: none;" or I just replace with HTML from an AJAX callback. But if creating DOM elements in JavaScript on-the-fly is something that is useful to everyone, then it kind of makes sense to do something similar so you have equivalent DOM functionality on the client-side as you do on the server-side.
- [web2py] looks familiar, could be useful Massimo Di Pierro
- Re: [web2py] looks familiar, could be useful MartÃn Mulone
- [web2py] Re: looks familiar, could be useful Ross Peoples

