Is there a way to use Javascript to execute custom functions to modify custom elements within slides. I am able to get the current slide, and I have named all of my objects on each slide with a custom name, adding the slide number after the element. It seems no matter what Javascript or jQuery functions I use to "getElementById", I cannot perform any tasks on that element.
Even when I use Firebug or IE Developer Tools to manually edit an element's CSS, it does not change, example visibility or display changes do not affect the elements. If anyone can advise on this situation or give working examples, that would be great, thank you.
I can use Advanced Actions to handle "some" stuff, but the amount of slides that I have, and the inability to create duplicate elements with the same name would yield hundreds of Advanced Actions for a single project/template. Regardless, I need to use Javascript, as I need to do multiple things on one slide, and you cannot have multiple Advanced Actions on a single slide.