Echo JS 0.11.0

<~>
mavenave 3429 days ago. link parent 1 point
I also use it for selecting script tags, image tags and link (CSS) tags.

Replies

josephclay 3429 days ago. link 1 point
Are you interested in trying to remove jQuery as a dependency?  It appears a lot of the DOM manip could be done in plain js. Could also use a micro lib for the AJAX.
mavenave 3429 days ago. link 0 point
Currently, no, I prefer sticking to jQuery. DOM manipulation in browsers differ a lot and jQuery evens it out very nicely.

I probably will make a separate script just for without-jQuery in the future.