hi!I'm trying to create class with all necesery methods for slide bar graphic element.the problem is whenever i create new instance of that class i lose all event listeners for other instances of the same class...Actualy all i know is that only last instance is event sensitive.here is the...
More...