2010/11/11 Massimo Manghi <[email protected]> > On 11/11/2010 02:14 PM, Clif Flynt wrote: > >> Hi, >> Steve Landers did a presentation at the US Tcl Conference about >> using jQuery with wub to map a 'wish' script onto a web page. >> >> Has anyone looked into merging the jQuery stuff into rivet? >> >> >> > > I haven't gone any further than buying a book (Bibeault and Katz, "jQuery > in Action"). Right now it's on the shelf next to me > >
jQuery is mostly just a browser-side thing, so it doesn't matter whether the backend server is PHP or Tcl or something else. It's just a matter of emitting the desired HTML and Javascript from your Rivet page. One thing that you may find useful for integrating Rivet and jQuery (or any other framework involving AJAX) is the ability to generate and parse JSON encoded data in Tcl/Rivet. Fortunately, you can use Karl's port of the YAJL library to Tcl for that: https://github.com/lehenbauer/yajl-tcl
