There is a requirement here is when we click on Tab Button then on a browser it should highlight all the hyperlink ToolTip and button, for for me in some case while clicking om tab key it is skipping some part of DOM and skipping some part of button. How to achieve this `<div class="tech-section" ..
Category : aem
I have a simple multilingual multi page website build using Adobe AEM 6.5, HTML, CSS, Javascript and Jquery. In this website we have multiple links in header, on click of specific link html page is rendered and each html page is built using multiple Web Components and content is author-able. I have a requirement in ..
I’m working on an AEM SPA with angular and I want to read page template properties from Angular components. I want the AEM authors to be able to update things like phone numbers in this page properties and use that data in a few Angular components that rely on them. I have created the cq_dialog ..
This is my situation -> cqdialog I need that if a user types a wrong url or leaves an empty field, the dialog box does not have to close. This is my function for url validation on first field, while I’m doing another similar function for each child: function isValidUrl() { const element = $(this).closest("coral-panel-content").find("input[name*=linkDefault]"); ..
I need a way to fetch new posts from 6 different social media platforms with JavaScript or suitable tools to display on a website. The social media platforms are: Twitter Facebook Instagram LinkedIn YouTube WordPress Is there a tool (free or paid) that can fetch all of those social feeds combined in an applicable manner, ..
I am testing one application on iOS device, where page is loaded on Safari browser. I can see the webpage is failing intermittently (2 out of 20 hits). While checking the logs, I found that javascript resources are not loaded in error case and it has the below log: Refused to execute <JS_FILE> as script ..

I have created a search component in aem and written a JavaScript for highlighting the word. When I searched the full text then the particular word highlighted properly but in case of partial word the page is breaking. When I debug the code I found that I have used innerHTML in the code for fetching ..
Hello I want to use the sling ResourceType as oppose to the servletpath. So this is my original path: @Component(service=Servlet.class, property={"sling.servlet.paths=/bin/jit/ccpa", "sling.servlet.extensions=html", "sling.servlet.methods=" + METHOD_POST} ) And this is an update for the resourceType. @Component(service=Servlet.class, property={"sling.servlet.resourceTypes="+"falcon/components/pages/rwd/page_home", "sling.servlet.extensions=html", "sling.servlet.selectors="+"sample", "sling.servlet.methods=" + METHOD_POST} ) For my ajax call how should I configure it? $.ajax({ type: ‘POST’, url: ..
Hello I keep getting an error when using the CDN <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.10/jquery.mask.js"></script> It is for masking phone numbers and other fields in a form. Here are some functions where I am using these mask and unmask as well. function phoneValidate(evt){ var iKeyCode = (evt.which) ? evt.which : evt.keyCode var charStr = String.fromCharCode(iKeyCode); if(iKeyCode != 9){ ..
I am developing a form in Adobe Experience Manager. My problem is I need to compare the date from a field in Table1 (Item.eff_date) to a field in a table called index (m_date) to get the value of a field (m_index_fuel) and place it in Table1 in the field monthly_index. The tables are both dynamic ..
Recent Comments