I used the following jQuery example which works like a charm. However it appends the results. What do I need to change to replace the results instead of appending?
ok, last entry 2009, but if the problem still exist: $("#results").replaceWith(yourContent)
$("#results").replaceWith(yourContent)