Here I am giving an example to remove X (Close Mark) from the Oracle APEX modal dialog.
Step 1: Get a class for X (Close Mark) by following below steps.
- Place a mouse cursor on Close Mark (X).
- Right click a mouse (The right mouse button is often used to open contextual menus, which are pop-up menus that change depending where you click) and select the menu "Inspect". DevTools pop-up comes up when we click on Inspect menu, from there we can get a class (JQuery Selector) for the particular components.
Step 2: Copy and paste below code in page JavaScript (Execute when Page Loads)
Reference:
Comments
Post a Comment