jquery with javaplanner

http://docs.dhtmlx.com/scheduler/jquery_integration.html
does not seem to be relevant to using jQuery in combination with JavaPlanner as the DHXPlanner.render() method is writing out the whole content of the planner div (as opposed to just javascript) so this approach won’t work.

Is there another way, or do I have to use the scheduler with a connector instead of using JavaPlanner?

If you want to init scheduler with jQuery - yep, the only way is to use scheduler , Java Planner will not allow it. ( though you can use both Java Planner and jQuery on the same page, they will not conflict )

OK - thanks