What is Slidedeck? SlideDeck is a powerful slider plugin made for web designers. With SlideDeck, you can organize any type of web content into a beautiful and user-friendly slider.
Category Archives: JavaScript – Ajax
Jquery date/time calendar
The Any+Time™ JavaScript Library includes a highly-customizable, jQuery-compatible datepicker/ timepicker (calendar/ clock widget) and a powerful Date/String parse/format utility
CSS3 Rounded Image With jQuery
The jQuery code below will find any element with ".rounded-img" or "rounded-img2" (in my case, it is the image element) and wrap it with a span tag. The script finds the src, width, height, and CSS class attribute of the original image and apply them as inline styling in the span tag. Then it specifies …
IE fix for HTML 5 elements
HTML 5 is far from finished (for those of you that want to know how many days are left till the official release date: check outishtml5readyyet.com, make sure that you check out the source code of the page too) and not all major (or less major) browsers support the new semantic elements yet. Internet Explorer …
jCarousel remember position
Simple carousel This is the most simple usage of the carousel with no configuration options.
Styling Buttons and Toolbars with the jQuery UI
By popular demand: coded real-world examples of themeable buttons and toolbars using the jQuery UI CSS framework, a system of classes developed for jQuery UI widgets that can easily be applied to any plugin, and even static content.