Tagged Questions
4
votes
1answer
2k views
Pie Chart jQuery-UI plugin
I would greatly appreciate the input of any gurus out there. I have recently begun learning JavaScript and then jQuery and jQuery-UI and have thought I would take a stab at writing my own jQuery-UI ...
2
votes
2answers
603 views
JQuery Delay slideDown using Queue
So I have the task to create a function that adds some messages to the page and another to show them in last to first order with a jQuery slideDown() effect.
So i came up with: (jsfiddle)
...