Fix blocking userinterface for htmldb_get AJAX calls
Brought to you by:
patrick_wolf,
praganitsch
The synchronous AJAX call done by htmldb_get (AJAX) isn't always the best, because it completely blocks the browser. It would be better to use a technique as described in http://malsup.com/jquery/block/