andyli / jQueryExternForHaxe

Unleash the full power of jQuery in Haxe.
http://lib.haxe.org/p/jQueryExtern
65 stars 12 forks source link

Updated to v1.7 #3

Closed skial closed 12 years ago

skial commented 12 years ago

I've added all the new methods from version 1.7 - http://api.jquery.com/category/version/1.7/

It should also work with 1.7.1, as far as I can tell no new public methods have been added.

I'm not sure how to handle var args in externs, so Callbacks::fire() might need changing.

I've also added a bunch of @:overload tags to some of the new methods, which can be removed if it doesn't fit your api style.

Cheers

Skial

andyli commented 12 years ago

Thanks for the update! I will submit to haxelib after a bit polishing :)