- WordPress Plugin Development Beginner's Guide
- Vladimir Prelovac
- 165字
- 2021-05-21 20:12:21
Demystifying Ajax
Ajax is a technology that allows web pages to dynamically perform actions or updates. This allows for a higher level of user interactivity that we can see in popular applications such as Google Maps or Gmail.
Since its introduction in 2005, Ajax has stood out as an excellent addition to the web developer's arsenal, but several developers have been reluctant to use it due to certain initial problems and cross-browser compatibility issues.
Fortunately, today these issues are gone thanks to high-level libraries such as jQuery that take care of all Ajax calls internally and give us a simple to use API.
Simple example of using Ajax
Now that we have a pop up in place, we need to fill it with data from the RSS feeds. We have already learned how to parse RSS so all we have to do is create a function to display several posts from a feed at once, and fill our pop up with this information using Ajax.
- 設(shè)計(jì)模式之禪(第2版)
- Photoshop CC 2017實(shí)戰(zhàn)基礎(chǔ)培訓(xùn)教程(全視頻微課版)
- 從零開(kāi)始:Flash CS6中文版基礎(chǔ)培訓(xùn)教程
- SketchUp印象 城市規(guī)劃項(xiàng)目實(shí)踐(第2版)
- After Effects全套影視特效制作典型實(shí)例(第2版)
- UG NX 9.0中文版 基礎(chǔ)教程 (UG工程師成才之路)
- 中文版 Photoshop CC 從入門(mén)到精通
- ADOBE FLASH PROFESSIONAL CS6 標(biāo)準(zhǔn)培訓(xùn)教材
- 音樂(lè)日記:Logic Pro X場(chǎng)景x風(fēng)格編曲實(shí)用教程
- ANSYS 15.0有限元分析自學(xué)手冊(cè)
- ASP.NET jQuery Cookbook
- Microsoft Dynamics GP 2010 Reporting
- 人人都能玩賺AI繪畫(huà)
- 攝影師的后期必修課(RAW格式篇)
- EJB 3.1 Cookbook