Replacing DOM scripts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 04:53 AM - edited 04-23-2024 05:27 AM
Hi Team,
I have a requirement to replace the DOM related things in the script.
I need to remove $ and
(document.documentElement.getAttribute('data-doctype') == 'true') these lines from client script. Can anyone suggest a way to do this?
var callerLabel = $('label.incident.u_requested_for').down('label');
if(document.documentElement.getAttribute('data-doctype') == 'true')
bgPosition = "55% 45%";
What does the above line of code means?
0 REPLIES 0