jQuery fans blog and community sharing news, plugins, video tutorials, demos and more.

What is the jqXHR object?

The jQuery.ajax() function is basically just one big jqXHR object (essentially a fake javaScript xhr object). The jqXHR (jQuery XMLHttpRequest) replaces the browser native XMLHttpRequest object. jQuery wraps the browser native XMLHttpRequest object with a superset API. The jQuery XMLHttpRequest (jqXHR) object is returned by…

Continue reading →

Workaround for VM blocking loading of static resources CSS/JS

Documenting some vhost settings fix workaround for VM blocking loading of static resources CSS/JS. Might be useful for someone using Virtual machines and having hanging page loads caused by blocked static content served by Akamai. 127.0.0.1     localhost # Workaround for VM blocking loading…

Continue reading →

Output word by word of paragraph using jQuery

jQuery code snippet which outputs each word in a sentence at a specified interval. You can change the speed at which is outputs by the speed parameter in milliseconds. You can view the demo or load the code in jsfiddle below. DEMO jQuery $(document).ready(function ()…

Continue reading →

JavaScript to validate email address using a regex

This is a code snippet for basic JavaScript to validate email address using a regular expression. See fvor help on how to use regular expressions with jQuery. You can also load the code in jsfiddle below. Update 12/05/13: Separated into versions for testing. Version 1…

Continue reading →

10+ jQuery Sticky Scroll Plugins

Today’s post is a collection of good jQuery plugins which handle scrolling of elements to keep them in view (sticky scroll) when you scroll the webpage down. Enjoy. 1. Sticky A jQuery plugin that gives you the ability to make any element on your page…

Continue reading →

Page 10 of 231 ←; First ... 8 9 10 11 12 ... Last →

Best CDN
scroll to top