Demos : $ Revisions
Revising the almighty $
For Geneva to truly simplify, it must provide a $ that is compatible with Prototype and jQuery
$('id') == ( $('id') || $('#id') )
$$('.class') == $('.class')
$$( [selector] ) == $( [selector] )
document.observe == $(function() { //document has loaded in here! } )
== $.ready()
== $().ready()
== $(document).ready()