10 useful Ajax Web plug-ins (iteye)

This article describes ten useful Ajax Web plug-ins. 1. AJAX-ZOOM Image Scaling and moving to the gallery. 360 ° rotation, full screen view. Online demonstration 2. (MB) verticalslider A good tool for displaying a long list. All internal

Use of Ajax request $. Post Method

The $. Post method of jquery can be used to initiate Ajax requests to the server in the form of post. $. The post method is a practical tool of jquery. $. Post method syntax $. Post (URL, parameters, callback) Parameters

Open-source framework for Ajax without refreshing new integrated Website forums (nbear + anthem.net + dotnetextbox + jquery)

Framework name: aspxcn brushless NEX integrated website open-source framework Preview 1.0English name: aspxcn Ajax website open source framework Preview 1.0Framework composition: nbear three-layer framework + jquery menu + dotnettextbox online

About handwritten Ajax

Function createhttprequest (){VaR httprequest = false;If (window. XMLHttpRequest){// If Mozilla, Safari etcHttprequest = new XMLHttpRequest ();If (httprequest. overridemimetype)Httprequest. overridemimetype ('text/xml ');}Else if (window.

Ajax hacking with XSS

ArticleDirectory Ajax hacking XSS usage URL XSS Input, textarea, and CSS XSS Embed XSS RSS and XML XSS Code Insertion Method Filter Bypass Methods Asynchronous Data Call Summary Why is XSS used in Ajax

Parse XML data using jquery Ajax

$. Ajax ({ Async: True, // default value: true (asynchronous request) Cache: True, // The default value is true. setting this parameter to false will not load request information from the browser cache. Type: "Post", // default: GET Request Method: [

Ajax basics: Implementation of classes in Javascript

Understanding the implementation mechanism of Classes In JavaScript, you can use the function keyword to define a "class" and how to add members to the class. All variables or methods referenced by this pointer in a function become members of

Neither will Ajax. It is true. However, it will be in the future.

No, it's true. However, it will be in the future, because I want to learn. Article Add to favorites: Ajax Research Summary ( (Author:Li TianpingReprinted, please note) ) From: http://www.cnblogs.com/ltp/archive/2005/12/03/289725.html

. Net Ajax (4): timer and updateprogress

1 Overview Timer and updateprogress are two simple server controls included in ASP. NET Ajax Extensions 1.0. The timer control is used to trigger events on a regular basis, while the updateprogress control is used to display a progress bar for users

Ajax: plenty of room for improvement)

While Ajax has set the world on fire and caused a renaissance in user experience, it is not the best rich Internet application (RIA) technology available today. the technology, or "approach" as some like to say, suffers from serous problems. first,

Ajax entry (with full code) _ ax

Ajax is one of the technical features of Web2.0. After a long time, I finally have time to write it today. I am also in the initial stage. I have different opinions to discuss with you! The general process is like this. ① Create an XMLHTTPRequest

Use Ajax scripts to retrieve data on the master page

Because the master page inherits from usercontrol, we cannot use jquey or Ajax pagemethods and other refreshing methods to retrieve data like normal pages. However, you can use the SYS. net. webrequest provided by ajax to solve this problem. The

Jquery Ajax uses proxy cache to avoid repeated requests

In jquery 1.5, a deferred object, JQ'sCodeIt also made a large-scale rewrite. If you want to know about this object, read: jquery deferred object detailed source code analysis (-) JQ's Ajax method also adds new features to the deferred object. Now

How does Ajax call the data source on this page without a general handler?

Recently I have found some of my colleagues. When using Ajax and data sources, you all like to create a new page. in fact, I don't like this mode very much. The main reason is: first, it is difficult to maintain it in the future, what pages should I

Notes when using jquery Ajax

Jquery has become increasingly popular recently, and more people are using it. Jquery's most powerful highlight is its css3 selector and extremely simple Ajax request call.   Recently, a buddy is working on an Ajax persistent connection project.

Ajax practical tutorial-Summary

After the first two tutorials, I believe that the reader has some experience with the actual Ajax application.ArticleLet's summarize the common Ajax technologies. Use AjaxProcess: L create an XMLHTTPRequest object based on the browser type.

Jquery's Ajax global events and Ajax requests are displayed as "loading"

Instance When an Ajax request is in progress, the "loading" indicator is displayed: $ ("# TXT "). ajaxstart (function () {$ ("# Wait" ).css ("display", "Block") ;}); $ ("# TXT "). ajaxcomplete (function () {$ ("# Wait" ).css ("display", "NONE ");}

Ajax asynchronously checks whether the user name exists

When registering a user on any website, the system checks whether the user already exists. A long time ago, the processing method was to submit all the data to the server for verification. Obviously, this method had a poor user experience. Later,

Self-made operation drop-down list box (select) Three jquery plug-ins (Ajax fill, linkage, add options)

The first is the Ajax filling plug-in filloptions. This plug-in can obtain data through Ajax and add the data to the drop-down list box. The data format supports XML and JSON formats. The plug-in definition is as follows: Filloptions (URL,

File Upload in pseudo Ajax Mode

Recently, I encountered some upload functional modules in my project. I found a lot of upload-related information on the Internet and found a Jquery dependent on jquery. uploadify class library. The upload function of this Class Library supports a

Total Pages: 472 1 .... 161 162 163 164 165 .... 472 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.