> > Attached is a work-in-progress cherrypy script. it has the jQuery keypad > (i got it from here http://jsfiddle.net/pjaaar/6Zh2V/ ). i was wondering > if i could use jquery in web2py, the web page may seem more interactive.
Yes, you can absolutely use jQuery with web2py. Like Cherrypy, web2py is a server-side framework -- you can do whatever you want with the client-side code. In fact, the web2py scaffolding app includes jQuery, and there's a chapter in the book dedicated to jQuery and Ajax stuff: http://web2py.com/books/default/chapter/29/11. web2py even simplifies Ajax calls a bit via its ajax()<http://web2py.com/books/default/chapter/29/11#The-ajax-function>function. Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

