Appery.io generates its own id value for a component or page (e.g. #J_12 or #J_8). This makes it hard to use standard JQuery selector like $('#mypage') or $('#mylabel').text(), etc. I had to view page source to find out what id it was using so I could reference in the Javascript in the screenshot below.
We can change the name property, but not id. It would be nice if the name property would also be used as id. Or at least make the assigned id visible in the UI so we know.
Disclaimer: I'm new to appery.io, so there may be a different way. I'd just like to be able to use the id like I do in other JQM apps.
Thanks!
Don