I'm sure you must be using default Twitter Follow Button Script in your WordPress site/blog. Have you noticed some performance issue with that?
Well, The default Twitter Follow code, the ...
Read Article
AJAX Tutorials Archives...
AJAX stands for Asynchronous JavaScript and XML. AJAX is a client-side script technique for creating more interactive web applications with the help of XML, HTML, CSS and Java Script.
Explore list of all AJAX related tutorials published on Crunchify.
SOAP vs REST: Simple Object Access Protocol Vs. REpresentational State Transfer
This article is to compare REST vs SOAP. There is huge difference between REST and SOAP.
SOAP (Simple Object Access Protocol):
SOAP is a method of transferring messages, or small ...
Read Article
How to Enqueue Scripts into Child Theme in Genesis Framework
Generally, it’s a good idea to include JavaScript/jQuery libraries and plugins at the bottom of the page, just before closing the body tag. The reason is pretty simple, HTTP/1.1 ...
Read Article
How to Update Sparkline Graph Every 3 Seconds in Spring MVC (Realtime Update)
jQuery Sparkline: This jQuery plugin makes it easy to generate a number of different types of sparklines directly in the browser, using online a line of two of HTML and Javascript.
The ...
Read Article
Dynamic Knobs Example Which Updates Value Every 3 Seconds (knob.js)
Knob.js: Javascript Library for Multitouch Virtual Knobs
Knob.js makes it easy to include multitouch virtual knobs in your web app. It does the heavy lifting for things like: ...
Read Article
Dynamic Spline HighChart Example with Multiple Y Axis
Highcharts is a charting library written in pure HTML5/JavaScript, offering intuitive, interactive charts to your website or web application. Highcharts currently supports line, spline, ...
Read Article
How to Refresh DIV Content Without Reloading Page using jQuery?
In my previous example I've explained you, how to refresh data on JSP page coming from Spring MVC Controller and refresh using JQuery.. You can take a look at it here.
This article will ...
Read Article
jQuery: Very Simple Show/Hide Panel on Mouse Click Event
Here's a simple tutorial on how to show/ hide a div using jQuery.
Demo
[crayon-5c6b97cf66758307401127/]
Another must read:
5 cool & useful jQuery Tips, Tricks & ...
Read Article