Echo JS 0.11.0

<~>
davidchase 3429 days ago. link 1 point
Interesting project, are you using jQuery for just ajax?

Replies

mavenave 3429 days ago. link 1 point
I also use it for selecting script tags, image tags and link (CSS) tags.
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 3428 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.