how i can change or expand a function like this script below?
id = 10;
comment+id.slideTo(0, 500);
that should be dynamic so that it can be addressed individually.
Thank you for helping!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
how i can change or expand a function like this script below?
id = 10;
comment+id.slideTo(0, 500);
that should be dynamic so that it can be addressed individually.
Thank you for helping!