Home › Forums › JavaScript › Modify JS › Reply To: Modify JS
July 1, 2016 at 6:21 am
#243285
Participant
People aren’t going to simply write the functionality for you, if you need this desperately then you may need to employ someone to build it for you.
Otherwise, I can help point you in the direction of some useful resources to help you build the basic functionality and improve your Javascript knowledge.
Javascript Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript
Javascript OOP Introduction: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
Event Listeners: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
I hope this helps!