Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Modify JS Reply To: Modify JS

#243285
Jerba
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!