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.
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.