I've been using an old #jQuery plugin called "jquery.gantt" with limited features and it was time for an upgrade. My search ended with JSGantt, an open source #javascript solution that covers everything you would want:
– Task, (collapsible) task groups & milestones
– Multiple dependencies
– Multiple formats (day, week, month, etc)
– Data loading through XML
Get JSGantt here http://bit.ly/wxeDbO
For an alternative, see dhtmlxGantt http://bit.ly/AEvOr8 (doesn't do multiple periods though, it's only on an daily format)
Google+: View post on Google+
Related
// I've previously (http://bit.ly/ZTPsnX) wrote about some #javascript based #gantt solutions, here are a couple more:Teamwork Gantt by Open Lab is based on #jQuery and provides features such as: in-place editing, drag&drop, zooming, do/undo, multiple dependencies, full editing, dates shortcuts, css skin, multiple browser, resources editing, multiple assignment, milestones, export…
// One of the things I love about #jQuery is that amazing community that has produced a plethora of solutions. This means that if you have a problem, it's quite possible that someone else has dealt with it before. If you're looking for a #javascript solution to displaying an organization chart,…
// There are probably thousands of #lightbox solutions but here is fancy one, straight from the refreshed #jQuery #plugins site (http://bit.ly/YBFQye):Photobox promises to be a lightweight image gallery modal window script which uses only #CSS3 for silky-smooth animations and transitions. The goal was to create an image #gallery script…
View Comments (4)
Tried our Ext Gantt? Bryntum.com/products/gantt
Hi Matt, thanks for dropping by. I've seen Ext Gantt but it's based on Ext JS and my project is on jQuery, I'd like to stay on a single library diet :)
I Markos,
I've recently released a new jQuery based Gantt editor, with dependencies, and MIT licensed.
See http://roberto.open-lab.com/2012/08/24/jquery-gantt-editor.
Hope you'll enjoy it.
Hi Robert, it's looking good!