Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle apex enabling friendly url, jquery selectors are not working on the pages

ragu_sOct 15 2024

Hello,

I am trying to understand what is causing the issue, I have a page (page# 1) with html code which gets the data points via javascript code. Within the page html region I get the data points in javascript file using the jquery selectors for example as below.

$("#today").text(TODAY.toDateString());

After enabling the friendly url's any of these references are not working as expected within the page. When I run the page below is how the page looks before and after enabling friendly urls. I have the application setup in my personal workspace. Can anyone please share your thoughts on this as to why this is behaving or not working as expected. Also, please share if there are any alternative options to resolve this.

WS: RBK

Username: demo

Pwd: myApp@12345

App# 238379

Page# 1

Screenshot# 1 (before enabling friendly url app attribute)

Screenshot# 2 (after enabling friendly url app attribute)

Comments
Post Details
Added on Oct 15 2024
1 comment
333 views