[Force Load] I want each click "button" refresh "Mt_bd"?

I want each click “button” refresh “Mt_bd”, Similar to forced load。

{
view: "template",
id: "Mo_bd",
template: function(data){
     return data.id;
}

How to achieve this?
I use the code only once。

var result = dhx.ajax().sync().get(Api.url);
$$("Mt_bd").parse(result.responseText);

or

$$("Mt_bd").load(Api.url);

Hello,

please have a look at the sample. Please have a look at the sample:

dhtmlxTouch_v12_120913/samples/09_template/03_ajax_ui.html

it shows how to convert text to an object:

var obj = dhx.DataDriver.json.toObject(text);

This sample also shows how to set button “click” handler.