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.

Reply via email to