Closed
Description
This issue was originally filed by briank...@dearing-group.com
I may be mis-understanding dart, but I would like to put in a request that Google's engineers/someone smarter than me add jQuery as a possible library.
For instance, how would I accomplish the following using dart?
<pre>
$("p").click({function(){ alert("You clicked a paragraph tag!"); });
</pre>