Thank you Richard I would very much appreciate that. 

My current problem is what to put in the controller (what to return) so that 
the Ajax call gets the HTML (per the code below, i.e. function(html) ) it 
needs. 

Specifically, my issue is at this part of the code:

        jQuery.ajax({type: "POST", url: "%(url)s", data: query,
            success: function(html) {
              jQuery("#%(disp_el_id)s").html(html);

Right now when I change options, a table just appears in plain vanilla format. 

-- 



Reply via email to