Echo JS 0.11.0

<~>

mavenave comments

mavenave 3430 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.
mavenave 3431 days ago. link 1 point
I also use it for selecting script tags, image tags and link (CSS) tags.
mavenave 3431 days ago. link 1 point
Basket.js is one of the projects that motivated me to start inscribe.js. Basket.js caches only scripts. But inscribe.js stores whole pages, along with assets individually. With that, it then renders the page from the localStorage.
mavenave 3431 days ago. link 2 points
It is meant to prefetch static pages, images, CSS files and JavaScripts. :)

Now it only works with static pages and images. CSS files and JavaScripts prefetching are not yet stable.
mavenave 3431 days ago. link 1 point
Hi guys, I'm the one who wrote inscribe.js. Happy to answer any of your questions.