-
posts
-
Connecting Sortables in jQuery UI
jQuery has a UI framework called
jQueryUI which provides a number of UI controls and
widgets that you can use to create cool user interfaces. I’ve been using
jQueryUI a fair bit for work recently and wanted to share a pretty cool feature
that jQue...
-
jQuery Multi-Pageslide
Earlier this week I came across the jQuery Pageslide plugin via
Ajaxian and was impressed with the design. I set
about using it to display help messages to the user for a site I am working on.
It worked well and all but I found that you can only ...
-
Ok/Cancel buttons with jqModal
I recently quit using gwt and started using jQuery for a personal project of mine and I wanted to be able to show some modal dialog boxes using jQuery. As it turns out there is an easy to use plugin that does exactly this called jqModal. jqModal m...