Tag: Ajax

Post Pic

How to Deploy an Ajax Application Safely and Easily

AJAX, which is an acronym that stands for Asynchronous Javascript Technology and XML, is a collection of different technologies combined to produce a more user friendly web experience for web visitors. The technologies include javascript, XML and cascading style sheets (CSS) as well as XML HTTP Requests, the Document Object Model (DOM) and XSLT. Because [...]

Post Pic

Quick Jquery: How to set context in $.ajax()

Today working on a simple ajax jquery call, I was searching for setting context in ajax function suddenly one my javascript master came and wrote a code below, and it was done. Its look like this: 1 2 3 4 5 6 7 8 9 10 $(’#click_me’).function(){ $.ajax({ type: ‘POST’, data: ‘value=34′, context: $(this), success: [...]

Post Pic

Filling multiple divs by single ajax call using jquery

Sometimes we need to fill two divs simultaneously using ajax. Generally , we use two different ajax calls to achieve this rather knowing the fact that it can also be done using single ajax call. One simple example is better than hundered words. Lets setup an example.

Post Pic

How to : Create Infinte scroll effect using Jquery – With Demo

On my first visit to Dzone , I was wondering about their infinite scrolling system and how it is created. Therefore I went to my colleague , javascript master

Post Pic

7 trusted ajax file upload plugins using jquery

Uploading files without refreshing page looks nice and even simple. With the help of ajax and jquery one can achieve this. Today I have collected 7 ajax file upload plugins which are cool and easy to integrate.

Post Pic

8 jquery star rating scripts for your next web app

Poll , vote or rating in any new project is very common. We developers, use our most of time in searching good scripts for rating or poll. Today I have collected 8 jquery rating scripts for better user experience for your next project.

Another 12 extraordinary Jquery and css demos

Many blogs like tutorialzine , sohtanaka doing great work in making tutorials and giving very useful stuff to the web developer community. Since my previous post on jquery and css demo was a good success so today, again , I collected some excellent demos of jquery and css. Do not forget to add this on [...]

Simplest way to use Ajax with jquery inbuilt function

Most of the time we use very complex methods to implement ajax in any javascript library. The easiest we ever seen is of jquery. Since we are fan of jquery so we using its simplest way to implement ajax.

Page 1 of 11