February 8th, 2010
No Comments
dhtmlxScheduler is a Web-based JavaScript events calendar that provides rich and intuitive scheduling solution. The events can be displayed in Day, Week, Month or Year views. Advanced drag-n-drop functionality allows users to change events dates and time by easily moving or resizing event boxes.
February 8th, 2010
No Comments
TableEditor provides flexible in place editing of HTML tables. User defined handler functions can easily be dropped in to, for example, update the data source via an AJAX request.
February 8th, 2010
No Comments
The HTML and CSS are both straightforward and have a structure and style common to many web navigations and menus (for the sake of post length, I’m not including HTML/CSS code examples here but you are free to snoop around in the demo or view the files in the download below).
February 8th, 2010
No Comments
Adds the ability to do background-position animations to jQuery 1.2 and newer.
February 8th, 2010
1 Comment
A common UI is to have a table of data rows, which when clicked on expand to show a detailed breakdown of “child” rows below the “parent” row.
February 8th, 2010
1 Comment
At end 3.0 (rc) version of jqGrid is out. This version is a major release, because I have totally rewrite the code for the methods without affecting the behavior of the plugin.
February 8th, 2010
No Comments
This is an unobtrusive jQuery plugin that allows you to replace the HTML select box with a styled dropdown menu. 
February 4th, 2010
1 Comment
Content of HTML table cells can be dragged to another table cell or another table. It isn’t difficult to define onMouseMove handler and change top / left element styles to move the object. In case with tables, you will have to determine somehow destination table cell
February 4th, 2010
No Comments
With few lines of JavaScript and CSS you can make simple AJAX progress bar. JavaScript will periodically ask for progress value and server will respond with XML. Progress value should be extracted from the XML and displayed as width of the DIV element.