An Introduction to jQuery’s Deferred Objects
For a long time, JavaScript developers have used callback functions to perform several tasks. A very common example is to add a callback via the addEventListener() function to execute various...
View Article10 jQuery Time Picker Plugins
What time is it? It’s time for a set of 10 super cool jQuery Time Picker plugins for your webpages! We see heaps of date pickers and calendar pickers out there but not so many time pickers, so it’s...
View ArticleCreating a SCRUD System Using jQuery, JSON and DataTables
Every non trivial software allows to manipulate data, generally stored in a database. The acronym SCRUD refers to the basic manipulation functions that the user needs to work with the available data:...
View Article10 Best jQuery and HTML5 WYSIWYG Plugins
HTML5 WYSIWYG (What You See Is What You Get) editors are always high in demand. But there are now so many of them around that it’s hard to find the best ones. In today’s post we are going to present...
View ArticleIntroduction to jCanvas: jQuery Meets HTML5 Canvas
HTML5 lets you draw graphics straight into your web page using the <canvas> element and its related JavaScript API. In this post, I’m going to introduce you to jCanvas, a free and open source...
View ArticleAjax/jQuery.getJSON Simple Example
In this article we’ll investigate the importance of JSON and why we should use it in our applications. We’ll see that jQuery has got us covered with a very nice convenience function. What is JSON?...
View ArticleInteractive JavaScript Charts Using Data from Google Sheets
Meet my friend Jenny. She recently started coding websites. She loved her job and was very happy until she met Steve, who has a reputation of being, let’s say, not a very easygoing client. Steve had a...
View Article14 jQuery Modal Dialog Boxes
A great way to show quick information to your user is to use jQuery modal dialog boxes or windows. Dialog boxes can also be used to alert them to warnings, errors and more. If done correctly, good...
View Article10 jQuery Horizontal Scroll Demos & Plugins
In today’s post we bring to you 10 jQuery Horizontal Scroll Demos & Plugins useful for those who see things horizontally. I guess we have to accept some people scroll both ways! Updated: March 2016...
View Article6 jQuery Infinite Scrolling Demos
Infinite scrolling is now a common feature and there are several cases where it is really useful. For instance there are some websites where we simply can’t imagine a good pagination system, like...
View Article