Playing with CGI::Ajax
So last night, for the fun of it, I tried to build the Koha opac title search using Ajax. And with the help of the most excellent CGI::Ajax module, I ended up with a module Koha::Ajax which is 138 lines long, most of that is pod and html.
And a little script ajax_opac.pl which is this.
And you end up with something that looks like this Hint try entering art
Its not finished of course, and is more of an exercise to see how hard it is to do, and the short answer is, very easy. So look forward to an Ajax circulation module heading your way shortly.

