ixcese Posted September 13, 2011 Share Posted September 13, 2011 hello , i was wondering if there is the only Ajax code part of the whole jquery library? is there something like that? Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/ Share on other sites More sharing options...
trq Posted September 13, 2011 Share Posted September 13, 2011 Your can download the Ajax component alone, however it relies heavily on other parts of jQuery. https://github.com/jquery/jquery/blob/master/src/ajax.js If your looking for a simple Ajax library alone I would suggest looking at some of the micro frameworks. http://microjs.com Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/#findComment-1268639 Share on other sites More sharing options...
ixcese Posted September 13, 2011 Author Share Posted September 13, 2011 can you suggest on one easy to use ajax frame work to upload files ? Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/#findComment-1268640 Share on other sites More sharing options...
trq Posted September 13, 2011 Share Posted September 13, 2011 I would just use jQuery. The rest of the framework comes in very handy anyway. Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/#findComment-1268645 Share on other sites More sharing options...
ixcese Posted September 13, 2011 Author Share Posted September 13, 2011 ok thank you Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/#findComment-1268646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.