KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dQuery
★ 13
Open GitHub ↗
jQuery for Dart
Download README (.md)
Explore Similar Repositories
director-explorer
:
HTML / Text view of `Director.router` instances
reNX
:
reNX, a C# library for reading NX files.
ecosystem
:
part of WP7: openECTS Ecosystem
snowflake
:
Twitter's Snowflake UUID generator in Erlang.
backbone-jqmobile
:
Backbone framework for jquery mobile.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dQuery
?
Download (.md)
This is officially ABANDONED! ====== dQuery - jQuery for Dart ------ The aim of this project is to provide a jQuery like interface for [Dart](http://www.dartlang.org/) 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! NOTE ---- 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