tags:

views:

52

answers:

2

Does anyone know of a library that would allow me to manipulate Flex "DOM" and assign events in such an elegant way that jQuery uses?

+1  A: 

There is AS3Query, a direct port of JQuery to Actionscript.

It would be cool if there was, it would just come at a decent performance cost.

viatropos
I know of AS3Query but that project never really took off. Still, it's probably the best answer, thanks.
Borek
+1  A: 

Also see here: http://stackoverflow.com/questions/1104524/

Sophistifunk