How to Get Cursor Coordinates Using jQuery
It's fairly easy to get the coordinates of your cursor using jQuery. While this information might not be particularly useful to a lot of developers, there are definitely occasions where the x and y...
View Article5 of the Funniest jQuery Plugins
Sometimes the coolest jQuery plugins are the ones that really don’t serve a purpose at all. 1. Bacon!Bacon! (don’t forget the exclamation point!) exists literally to add strips of bacon to your...
View Article5 Useful jQuery Snippets
1. Back to Top Button$('a.top').click(function(){$(document.body).animate({scrollTop : 0},800);return false;});This code can be used to create a smooth, simple back to top button — a trendy and...
View ArticleTipsy: a jQuery Plugin for Tooltips
Tipsy is a jQuery plugin that creates a Facebook like tooltip effect generated from an anchor tag’s title attribute. It’s easy to use, really lightweight, and super customizable.One of the coolest...
View ArticlejQuery & JavaScript Resources: Books
If you’re a bookworm looking to learn JavaScript or jQuery, this list is for you. Any of these books are great resources to learn the fundamentals of both JavaScript and jQuery and will give you a...
View Article4 Best Tools for Validating Your jQuery Code
New to jQuery and looking for some help to make sure that your code is correct? Or are you a seasoned JavaScript pro who can't seem to find that one little bug in your code that seems to be messing...
View Article7 Coolest Free jQuery Plugins for 2017
There are so many free jQuery plugins available to use in your projects that it can be hard to stay on top of the latest and the greatest. If you're looking for some new plugins to add some freshness...
View Article7 Best Lightweight jQuery Data Table Plugins
Creating grids and tables for storing, organizing, and interacting with data and content can be done using HTML, but they can also be created quickly, easily, and more dynamically by using a jQuery...
View Article