This is a typical situation in jQuery:
$(".myClass").myFunction({
aKey: 'some value'
});
How do you call that using dart:js?
The documentation is a bit cryptic and a similar question that I found here seems dated.
This is a typical situation in jQuery:
$(".myClass").myFunction({
aKey: 'some value'
});
How do you call that using dart:js?
The documentation is a bit cryptic and a similar question that I found here seems dated.
You can do :