// 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, Wes Nolte's jOrgChart comes to the rescue:
– Very easy to use given a nested unordered list element
– Drag-and-drop reorganisation of elements
– Showing/hiding a particular branch of the tree by clicking on the respective node
– Nodes can contain any amount of HTML except <li> and <ul>
– Easy to style
Get it here: http://bit.ly/WuBYIG
For other jQuery #chart solutions see here: http://bit.ly/VBCdoy
Related
Die Flash, Die!If you hate using Flash for your chart needs or just want a modern solution that will work on all devices, here are some alternatives:1) Morris.js, based on #jQuery and #Raphaël , will give you beautiful looking line charts http://bit.ly/IqRdA9 2) From the maker of Highslide, Highcharts provides…
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…
// 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…