how to get a specific gantt instance using JQuery?

I have the enterprise ver. Is there a way of getting a specific gantt instance by using its container?
something like $(’.gantt-container-one’).gantt() ??

Yep, the next must return the gantt instance.

var gantt =  $('.gantt-container-one').dhx_gantt();

Unfortunately this is broken in the current version. We will release the updated version in the next two days, where this functionality will work correctly.

Ok thanks, looking forward to it.