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? Quote 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 Quote 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 ? Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/247031-jquery-only-ajax-part/#findComment-1268646 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.