edyonil / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 0 forks source link

Use JavaScript framework such as MooTools or JQuery? #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would you consider switching to a JavaScript framework such as MooTools or
JQuery? This would make extending JSGantt easier and open the door to more
dynamic manipulation. It may also save a good bit of developing time and
cross-browser headaches.

Any feedback on this idea would be appreciated.

Original issue reported on code.google.com by ideaman...@gmail.com on 8 Nov 2008 at 9:51

GoogleCodeExporter commented 9 years ago
This issue has been raised before. It was a conscious decision not to use a 
Javascript framework:

1) We wanted to allow for integration with minimal effort
2) We wanted to reduce the number of external dependencies
3) We wanted to prevent any barriers of adoption
4) It felt right

That being said, jquery rocks!

Original comment by shlomyga...@gmail.com on 28 Nov 2008 at 5:57