Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

JavaScript function not defined

I hope this link works (I'm new to plunkr, if you are new to it as well, it is sort of a public sandbox where you can collaborate on code snippets in HTML, JavaScript, CSS, and numerous frameworks like jQuery, AngularJS)

http://plnkr.co/edit/GJJ83uPOXYCDXmRIFtJF

I have an <input> tag of type button wired to a JavaScript function call.  When I click the button I want to grab the values of the text boxes and set the ticks for the respective animations so the speed-up or slow down.  Just a "proof of concept" trivial app for my own purposes.  : )

What have I missed?
SOLUTION
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

Can't get to plnkr.co at the moment....
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Rob - your plunkr works great and solved the problem.

Thank you both!