jQuery flowchart.js Demos

st=>start: User login op=>operation: Login operation cond=>condition: Login successful Yes or No? e=>end: Into admin panel st->op->cond cond(yes)->e cond(no)->op
st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something... st->op1->cond cond(yes)->io->e cond(no)->sub1(right)->op1