本文介紹了哪個 JavaScript AJAX 框架最強大且非常輕量級?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
我一直在使用 jQuery 在我的基于 Web 的應用程序中實現(xiàn)整個 AJAX 魔法.但我決定不需要 jQuery 擁有的所有這些驚人的功能,除了它的 AJAX 函數(shù)(如 $.ajax()
、$.get()
、$.post
、getJSON()
和 load();
).
I've been using jQuery to do the whole AJAX magic in my web based applications.
But I came to a decision that I don’t need all these amazing features jQuery has, except its AJAX functions (like $.ajax()
, $.get()
, $.post
, getJSON()
and load();
).
您能否推薦一個輕量級的跨瀏覽器 AJAX 庫/框架(最多約 10 kb)?
Can you recommend a lightweight crossbrowser AJAX library/framework (up to ~10 kb)?
推薦答案
你可以通過移除你不需要的模塊來使jQuery更小/只需修改Makefile 文件.
You can make jQuery smaller by removing the modules you don't need / Just modify the Makefile file.
這篇關于哪個 JavaScript AJAX 框架最強大且非常輕量級?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!
【網站聲明】本站部分內容來源于互聯(lián)網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!