I've got a sec for a quick answer. I've not used the web.form, but the answer to your jquery question is 'yes'.
Regardless of static html, hand crafted html in your own methods, or web.form... it's always a standard html document sent to the browser. Javascript (and jQuery) are *client side scripting.* So yes, jQuery can do whatever you need done, regardless of how the page got built. My experience with other templating tools like web.form, however, is you may not have much control over element ids, css classes, and the like. Since jquery primarily uses the id and class selectors, you'll have to view the source of your page and reverse engineer the html that was built by web.form. Make sense? S On Thu, Feb 28, 2013 at 6:38 AM, Tomas Schertel <tscher...@gmail.com> wrote: > I can understand using web.form for creating forms when I need retrieve > information from database to decide what fields I need in this form. > But I see people creating forms using web.form just replacing HTML, and I > can't see the real advantage of that. > Another question: can I create a form using web.py and interact with it > using jquery? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to webpy+unsubscr...@googlegroups.com. > To post to this group, send email to webpy@googlegroups.com. > Visit this group at http://groups.google.com/group/webpy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to webpy+unsubscr...@googlegroups.com. To post to this group, send email to webpy@googlegroups.com. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.