Skip to content

Tag: javascript

Gantt editable chart for ReactJs

I’m looking for an editable Gantt chart component that can be used in ReactJS. The need is to plot a resource Gantt chart where the user can change tasks on the time axis and also between the resources. Preferably open source. Answer This one is really good too https://github.com/guiqui/react-timeline-g…

Why is this JQuery error happening? Animate is not a function

I am learning jQuery and trying to work my way around a scroll effect. Anyway, I am trying to make this code work but having trouble in doing so. It breaks when It runs the animate function: I would really appreciate your help on this one. Thank you. Uncaught TypeError: $(…).animate is not a function at…