Ta Da! Select and Zoom Images in Captivate with JavaScript
I recently saw a post in the Adobe eLearning forums where a user was seeking help selecting specific images with JavaScript.
User keelym35886708 posted this question: “Accessing Image by ID containing a specific word via an external JS file?” What they want to do is quite interesting. They are trying to find particular images and “zoom” them. There are two parts to this so let’s break it down.
First is finding and selected the image(s).
For this, I am using jQuery since it’s already included in…