kupriyanenko / jbone

JavaScript Library for Events and DOM manipulation. Replaces jQuery for Backbone (2.5kb gzipped)
http://jbone.js.org
MIT License
279 stars 35 forks source link

After replace jQuery instead jBone fetch function not working in exoskeleton.js #26

Closed makromat closed 10 years ago

makromat commented 10 years ago

Hello!

After jQuery replacement my fetch function not working in exoskeleton.js. How can I make it working?

kupriyanenko commented 10 years ago

Hi @makromat,

I think it's because you have no any library for AJAX.

Try to connect something, request for example or anything else. You can see it in the documentation.

In any case, later I will try to reproduce it and I will update you.

makromat commented 10 years ago

Thanks a lot @kupriyanenko !!!! Now it is working pretty well :)

kupriyanenko commented 10 years ago

Great. By the way, you can find other implementation of AJAX here, or implement it yourself.