jQueryExternForHaxe icon indicating copy to clipboard operation
jQueryExternForHaxe copied to clipboard

Unleash the full power of jQuery in Haxe.

Results 8 jQueryExternForHaxe issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

https://github.com/andyli/jQueryExternForHaxe/blob/master/js/jquery/JQuery.hx#L1231 What would be best solution?

compiling a project using jQueryExtern with Haxe 4.1.x and `-dce no` will result in a .js file containing the following snippet: ```haxe let typeofJQuery = typeof($); if(typeofJQuery != "undefined" &&...

Hi ! How can we use it when Jquery is installed from npm and required from webpack ? Is there a way / option for the JQuery class to be...

Andy, When you have to import more than 1 Jquery plugin in the hxml file, it fails: (with only 1 plugin it works) -lib jQueryExtern -cp src -js bin/DataTables.js -main...

Because it is customly built with macro and is different from the original syntax. Spent some time to figure out why my Plugin's overload doesn't work ;P

In order to use when.apply I am having to set to untyped untyped JQuery._static.when.apply(null, promises).done(function() {

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies