The aim of this project is to provide a jQuery like interface for Dart
For now there's only the $ function, but it does a lot! It's the basement for great things to come.
You already can do things like:
$('#alist li').forEach((Element e) window.alert(e.toString()));
So, stay tuned for more!
To run the tests you'll need to edit the following lines in dQuery/tests.dart
#import("/projects/frameworks/dart/lib/unittest/unittest.dart");
#import("/projects/frameworks/dart/lib/unittest/html_enhanced_config.dart");
Change it to match the location of your dart lib folder