Contents tagged with jQuery
-
Create HotKey combinations with jQuery
Here's a great little script that allows you to easily map hot-key combinations using the jQuery library.
-
Drag – Drop Interaction with jQuery
A few days ago, I posted about getting started with AJAX, Facebox and jQuery. Well, I've been doing a little more work with it, and wanted to do a quick demo of the Drag and Drop interaction that is possible with jQuery, and a little preview of how to deal with this stuff and AJAX. It's pretty slick.
-
jQuery, Facebox and AJAX
One frustration that I've had for the 4 years that I've been working with AJAX is how messy the front-side code can get. There's lots of JavaScript, and that can get kind of annoying. Plus, there's the design perspective of trying to find the right real-estate to put things in. Where do you have a hidden div pop up and provide space for an update? I've been working on a project for my wife, and I've found a nice way to get around some of that, separate my code a little bit, and clean things up so they aren't so cluttered.