document.getElementById

Hi, I’ve seen somewhere that webix has a few of the methods that jquery provides (ajax, getElementById, etc), however I can’t find that info on the website again, or on the forums.

A good place to add a link to this information might be on the ‘3rd party integrations’ page.

Thanks

Webix is not a replacement for jQuery. It has its own ajax methods as they are necessary for most use-cases

http://docs.webix.com/api__refs__ajax.html

Also, there is a list of helpers that are used by Webix components, so you can use them as well, but they are not intended to replace jQuery or any other DOM manipulation library.

http://docs.webix.com/api__refs__common_helpers.html
http://docs.webix.com/api__refs__html.html