How to call js-externals JQuery on(

How do i call the on function of js-externals jQuery v3

fun on(events: String, selector: String, handler: EventHandler<TElement, Nothing?>): JQuery<TElement> / this /

I have no Idea

jQuery(“selector”).on(“click”,“a”, ??? );

Thanks

There is no mention of this in the JavaScript interoperability section, but I would expect identifier escaping to also work for JavaScript.