Include javascript in plugin app

Re: Include javascript in plugin app

by Mike Churchward -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers
Okay. So, in the existing web code, I have a function that deselects some options when an other option is selected. The "this" would deal with the one that was selected, but then I need to find the other elements and deselect them. In the web code, I would get all of the elements of that input type, cycle through them looking for known identifiers and names, and then deselect the ones that match.

How would I do that type of location?