search
HomeWeb Front-endJS Tutorial20 more great AJAX effects you should be familiar with

Back in October, we wowed you with 20 awesome Ajax effects you should know about. The article went on to become one of Nettuts' most popular posts ever. This time, we have more than twenty equally great Ajax effects for you to know and love.

1. Image menu

Image menu is a simple piece of JavaScript that uses images to make a horizontal image menu. When you hover over the link, the image expands to reveal the rest of the image. It's compatible with almost all modern browsers (no word on IE 8).

您应该熟悉的另外 20 个出色的 AJAX 效果

2. Image stream

ImageFlow is an unobtrusive and "user-friendly" JavaScript image library script. It features an elegant scrollbar to browse images, all of which sit on top of a reflection, creating a Mac-like cover flow effect.

您应该熟悉的另外 20 个出色的 AJAX 效果

3. Instant.js

If you want to add some interesting backgrounds, rotations, and other effects to your images, Instant.js might be just what you need. JavaScript degrades gracefully, so browsers that don't have JavaScript enabled won't notice the difference.

您应该熟悉的另外 20 个出色的 AJAX 效果

4. Glass box

We’ve all heard of light boxes and even gray boxes, but what about glass boxes? GlassBox is an interface library that relies on Scriptaculous and Prototype. This nifty library will add transparent borders and other glitter-like effects. It's easy to use, skinnable, and even features dynamic content loading.

您应该熟悉的另外 20 个出色的 AJAX 效果

5. Search field CSS/JS

In terms of user interaction, autocomplete search fields are extremely valuable. Sometimes a searcher doesn't quite know what he's looking for, so anything that helps the user find exactly what he's looking for is a huge benefit.

CSSGlobe has a really good tutorial on how to enhance your website’s search field (unobtrusively, no less) with some CSS and Ajax.

您应该熟悉的另外 20 个出色的 AJAX 效果

6. Prototype loading

Loading images and fields is very important for modern web applications using Ajax. Protoload provides some built-in options to help show the user what is happening while waiting. The script provides many options such as color overlays for loading elements, custom text, and many other options.

您应该熟悉的另外 20 个出色的 AJAX 效果

7. jwysiwyg

jwysiwyg is a simple, powerful and extremely lightweight JavaScript jQuery WYSIWYG plugin. The plugin has many of the standard features of a WYSIWYG editor and is only 7kb in total size.

您应该熟悉的另外 20 个出色的 AJAX 效果

Bigger link 2 is indeed a simple plugin that makes creating larger, clickable links easier. It even allows you to embed links within link elements if that makes sense. (View the demo for clearer information.)

Bigger Link 2 runs on the popular jQuery JavaScript framework.

您应该熟悉的另外 20 个出色的 AJAX 效果

9. jQuery Tag Suggestions

tag suggestions are a popular use of Ajax in modern web applications. Much like the autocomplete search box, the jQuery Tag Suggestions plugin is an easy-to-use plugin that provides a way to quickly find the right tags for any application that uses tags. Improve user experience simply and effectively.

您应该熟悉的另外 20 个出色的 AJAX 效果

10. Face box

Facebox is a unique lightbox script that mimics the lightbox style of Facebook modal windows. Facebox is built on jQuery, looks and feels almost exactly like Facebook's interface, and is easy to install.

您应该熟悉的另外 20 个出色的 AJAX 效果

11. Humanized message

Humanized Messages is a beautiful jQuery plugin that does exactly what the name suggests: it creates user-friendly messages. The JavaScript plugin does this by creating a semi-transparent message on the screen that fades away over time.

您应该熟悉的另外 20 个出色的 AJAX 效果

12. LightWindow v2.0

LightWindow is another Lightbox plugin, but it adds some functionality that this type of plugin seems to ignore. For starters, this plugin allows for rendering and using multimedia within a lightbox. Movies, images, and even entire galleries can be displayed in a LightWindow. Perfect for displaying multimedia discreetly.

您应该熟悉的另外 20 个出色的 AJAX 效果

13. Unobtrusive table operations

Table data is often difficult to display efficiently, especially when you want to allow sorting of rows and columns. Unobtrusive Table Actions are a type of JavaScript that allow different effects to be applied to table data. With the help of this little script, you can highlight rows, columns, sort data, and more.

您应该熟悉的另外 20 个出色的 AJAX 效果

14. jQuery checkbox

jQuery Checkbox adds some tricks to checkbox fields in forms. It adds a toggle button that is very similar to the iPhone interface, giving a very distinctive on or off. Its usability is excellent, with dynamic skins that can be turned on or off on the fly.

您应该熟悉的另外 20 个出色的 AJAX 效果

15. iCarousel

Carousels are a great way to rotate content such as images or news stories. The iCarousel plugin fits the bill and is a simple small script that provides various configuration options and usage. News tickers, photo carousels and even ad carousels.

您应该熟悉的另外 20 个出色的 AJAX 效果

16. Mocha UI

MochaUI is another UI library for the JavaScript framework MooTools. MochaUI essentially builds a complete user interface for websites, forms, and widgets. It includes a file browser, window resizer, panel layout, tabbed layout, and more.

您应该熟悉的另外 20 个出色的 AJAX 效果

17. jTips

jTip is a simple concept but very effective for improving hover tip functionality. Based on jQuery, jTip simply adds an elegant hover box to pre-configured links on the page, all with the help of some Ajax.

您应该熟悉的另外 20 个出色的 AJAX 效果

18.Unified format

Forms have been a pain point for many web developers for years, and technologies like Ajax have greatly improved the user experience. Using Ajax, you can process forms, validate them, and send responses in real time without reloading the page. Uni-Form is a small Ajax script that is a plug-in playback concept that attempts to standardize form markup using XHTML and modularize forms so that individual elements can be easily added or removed.

您应该熟悉的另外 20 个出色的 AJAX 效果

19. Verification prompt

Validation prompt is a simple script that helps with form validation. It ensures that password and username fields are of specified length and can even validate based on regular expressions. Small and convenient.

您应该熟悉的另外 20 个出色的 AJAX 效果

20. Control Tab

Control Tabs (part of the powerful LivePipe UI) is a great script that provides many different ways to configure tabs on a page. You can use a standard tabbed interface or even use something like an image to display the tabs. Control Tabs is a powerful script and even has an API for fine-tuning the tabbed interface.

您应该熟悉的另外 20 个出色的 AJAX 效果

The above is the detailed content of 20 more great AJAX effects you should be familiar with. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
JavaScript's Role: Making the Web Interactive and DynamicJavaScript's Role: Making the Web Interactive and DynamicApr 24, 2025 am 12:12 AM

JavaScript is at the heart of modern websites because it enhances the interactivity and dynamicity of web pages. 1) It allows to change content without refreshing the page, 2) manipulate web pages through DOMAPI, 3) support complex interactive effects such as animation and drag-and-drop, 4) optimize performance and best practices to improve user experience.

C   and JavaScript: The Connection ExplainedC and JavaScript: The Connection ExplainedApr 23, 2025 am 12:07 AM

C and JavaScript achieve interoperability through WebAssembly. 1) C code is compiled into WebAssembly module and introduced into JavaScript environment to enhance computing power. 2) In game development, C handles physics engines and graphics rendering, and JavaScript is responsible for game logic and user interface.

From Websites to Apps: The Diverse Applications of JavaScriptFrom Websites to Apps: The Diverse Applications of JavaScriptApr 22, 2025 am 12:02 AM

JavaScript is widely used in websites, mobile applications, desktop applications and server-side programming. 1) In website development, JavaScript operates DOM together with HTML and CSS to achieve dynamic effects and supports frameworks such as jQuery and React. 2) Through ReactNative and Ionic, JavaScript is used to develop cross-platform mobile applications. 3) The Electron framework enables JavaScript to build desktop applications. 4) Node.js allows JavaScript to run on the server side and supports high concurrent requests.

Python vs. JavaScript: Use Cases and Applications ComparedPython vs. JavaScript: Use Cases and Applications ComparedApr 21, 2025 am 12:01 AM

Python is more suitable for data science and automation, while JavaScript is more suitable for front-end and full-stack development. 1. Python performs well in data science and machine learning, using libraries such as NumPy and Pandas for data processing and modeling. 2. Python is concise and efficient in automation and scripting. 3. JavaScript is indispensable in front-end development and is used to build dynamic web pages and single-page applications. 4. JavaScript plays a role in back-end development through Node.js and supports full-stack development.

The Role of C/C   in JavaScript Interpreters and CompilersThe Role of C/C in JavaScript Interpreters and CompilersApr 20, 2025 am 12:01 AM

C and C play a vital role in the JavaScript engine, mainly used to implement interpreters and JIT compilers. 1) C is used to parse JavaScript source code and generate an abstract syntax tree. 2) C is responsible for generating and executing bytecode. 3) C implements the JIT compiler, optimizes and compiles hot-spot code at runtime, and significantly improves the execution efficiency of JavaScript.

JavaScript in Action: Real-World Examples and ProjectsJavaScript in Action: Real-World Examples and ProjectsApr 19, 2025 am 12:13 AM

JavaScript's application in the real world includes front-end and back-end development. 1) Display front-end applications by building a TODO list application, involving DOM operations and event processing. 2) Build RESTfulAPI through Node.js and Express to demonstrate back-end applications.

JavaScript and the Web: Core Functionality and Use CasesJavaScript and the Web: Core Functionality and Use CasesApr 18, 2025 am 12:19 AM

The main uses of JavaScript in web development include client interaction, form verification and asynchronous communication. 1) Dynamic content update and user interaction through DOM operations; 2) Client verification is carried out before the user submits data to improve the user experience; 3) Refreshless communication with the server is achieved through AJAX technology.

Understanding the JavaScript Engine: Implementation DetailsUnderstanding the JavaScript Engine: Implementation DetailsApr 17, 2025 am 12:05 AM

Understanding how JavaScript engine works internally is important to developers because it helps write more efficient code and understand performance bottlenecks and optimization strategies. 1) The engine's workflow includes three stages: parsing, compiling and execution; 2) During the execution process, the engine will perform dynamic optimization, such as inline cache and hidden classes; 3) Best practices include avoiding global variables, optimizing loops, using const and lets, and avoiding excessive use of closures.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),