ajax
JQuery Plugins | Calendars, Date Picker and Time Formatting Plugins
0jQuery is one of the most popular Javascript library. It’s easy to use, flexible, and most of all there’s a lot of jQuery tutorials and plugins available out which ease the the creation of dynamic effects and web controls. jQuery has become one of the most used JavaScript libraries today and can be found in the core of popular products like WordPress, joomla and Drupal.
Recently, we reviewed couple of jQuery calendar, datePicker/dateSelector and timestamp formatting plugins. It is time to compile these widely used jQuery date/time plugins in a post. So this post is a collection of amazing jQuery Calendar, DatePicker and timestamp formatting plugins.
1. FullCalendar – jQuery Event Calendar with Drag’n Drop, Ajax Fetching and Google Calendar Integration
FullCalendar is a jQuery calendar plugin that provides full-sized, drag and drop capable calendar. It utilizes Ajax to fetch events on the fly. It is easily configurable to use More >
jQuery Plugin – Form To Wizard
0If you have a large web form with semantically dividable sections, we can say that each section represents a sub task of a larger task of filling the entire web form. In order to increase useability, each sub task can become a step with a description, form fields and navigation that is common for wizard forms – back and next. The entire process can be done in several simple steps.
This plugin has only 2,3KB and with compression it can be even smaller. It is compatible with all major browsers: FireFox, Google Chrome, Safari, Opera, Internet Explorer 8, 7 and 6.
More details about the implementation and jQuery Plugin can be found here.
.NET Style String Formatting with jQuery – Javascript Function to Support Token Replacement within a String
0Here is a quick jQuery Plugin Announcement:
String concatenation and formatting are common aspects of almost every development effort. However, the combination of single and double quotes, along with escape characters, text, and plus signs (+) can be a bit overwhelming and difficult to remember. The .NET Framework provides a much cleaner approach with the String class’s Format method. It allows you to create string values by specifying insertion points for other values as well as special formatting.
String.Format(“Hello {0}”, “world”);
The string formatting approach described above can now be used with Javascript using a jQuery Plugin: .NET STYLE STRING FORMATTING – a simple and clever function to support token replacement within a string.
Given a string like “Hello, {0}” and calling the format function with a single argument like “world”.
var result = $.format(“Hello, {0}”, “world”);
The result variable will be set to “Hello, world”.
The function will support More >
Great Lightbox Alternative jQuery.popeye
0Lightbox is the first unobtrusive script that allowed us to display enlarged versions of images embedded in web pages without displaying pop-ups or leaving the page. Basically, lightbox adds a semi-transparent layer to the page which contains the enlarged image centered.
jQuery.popeye is an image gallery which is an alternative to the famous Javascript Lightbox, that offers consistent look & feel with the rest of your website. When compared to other Lightbox alternatives, it is more integrated into the flow of the web page. It offers a box with a small preview image with caption, the possibility to flip trough an array of more thumbnails and to show an enlarged version in the same place.
The plugin transforms an unordered list of images into a box displaying only one preview image at a time. The box has More >
How To Create Dynamic Scrolling Content Box Using AJAX?
0If you have used Google Reader, then you might have noticed the way Google Reader shows feed items, it loads up few items first when you click on a feed and as you scroll down to view more items, it fetches more items dynamically and adds it to the list. (more…)
Awesome Collection of JavaScript for Web Designers
0I just found awesome collection for JavaScript from “WebDesignerWallâ€, really according to today’s trend JavaScript is must have enhancement of all web designers. Rather than the flash web designers can create flashy effects using low KB JavaScript and most useful thing it helps a lot in SEO if we use JavaScript for animation rather than Flash.
Here is that great list…
20+ Great Slider Techniques collection for Web Developers
0Animated sliding effects can if not used wrong or to much add excellent dynamics and uniqueness to websites. They are often seen as components that give access to multiple featured articles in an elegant and very space optimized way. Generally sliding effects are created using CSS and Javascript and typically javascript frameworks like jQuery and mootools are used to make the code more robust and compatible.
Best of Tooltips Scripts With JavaScript, Ajax and CSS
0Tooltips are the easiest and coolest way to show additional information or special reference, which is often shown with mouseover or click actions…
Here We’ve Collected 30+ Tooltip Scripts vary from CSS,Ajax based, mootools and jQuery with cool Animation , which you can easily incorporate into your future designs.
