Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Varun_Shakya
Varun_Shakya
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
26

Likes Received

Likes Received
150

Posts

Posts
114

Discussions

Discussions
19

Questions

Questions
95

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Varun_Shakya
Customize the badges you want to showcase on your profile
Re: how to run a function several times after loading the page (alongwith search facets filter) when filter searching for content in aem - Adobe Experience Manager 18-01-2022
I did not undertsand your objective clearly here, but I think you want to run your JS/Jquery code after the pages loads completely . If that you are looking for then you can use below code you can have $(document).ready() multiple times in a page. The code gets run in the sequence in which it appears.You can use the $(window).load() event for your code since this happens after the page is fully loaded and all the code in the various $(document).ready() handlers have finished running.$(window).lo...

Views

125

Likes

2

Replies

1
Re: extension of illegal characters in file upload.js - Adobe Experience Manager 18-01-2022
ILLEGAL_FILENAME_CHARS: ['*', '/', ':', '[', '\\', ']', '|', '#', '%','{','}','?', '&','à','ç'], It should work ..please check

Views

385

Like

1

Replies

3
Re: extension of illegal characters in file upload.js - Adobe Experience Manager 18-01-2022
give the complete file path which u are trying to overlay ..and what u want to restrict

Views

388

Like

1

Replies

0
Re: RTE Spell Check plugin for capital letters - Adobe Experience Manager 17-01-2022
Here this section could help you ..https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-rich-text-editor-plug-ins.html?lang=en#adddict 1. You can download a new Dictionary which allows Caps letter and use that instead of OOTB2. OOTB dictionary at path /libs/cq/spellchecker/dictionaries(/libs/cq/spellchecker/dictionaries/en_us.dic) does not have Caps letters. you can overlay this path with dictionary and try adding Caps letters there. it can work or go ...

Views

204

Like

1

Replies

1
Re: Without refreshing/reloading a complete page, how we can update a news article section that comes from the Aem component or content fragment - Adobe Experience Manager 17-01-2022
You can write a servlet which will give you latest headlines, and call that servlet at regular intervals of time according to your requirement. once you got the response , change the DOM accordingly. Jquery functions are there to delete the DOM elements and then append again with new response triggering servlet at regular intervals, m sure some jQuery function will be there to do that. There could be others way to implement this. This one could be simple more traditional way to do this.

Views

253

Likes

2

Replies

0
Re: how to add custom item under Page Information tab? - Adobe Experience Manager 18-06-2021
See this location /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover It has all the items, try adding your custom option, dig little more into this, I ll also see if any there is anything else .. I ll update here

Views

375

Likes

3

Replies

0
Re: click event using data attribute - Adobe Experience Manager 14-06-2021
Try these selectors $("td[data-asset-share-id='download-archive']") or $("tr").on("click","td[data-asset-share-id='download-archive']")

Views

467

Likes

0

Replies

0
Re: click event using data attribute - Adobe Experience Manager 14-06-2021
Try these selectors

Views

473

Likes

0

Replies

0
Re: URL Rewriting - Adobe Experience Manager 14-06-2021
This thread has similar discussionhttps://stackoverflow.com/questions/35639044/rewrite-base-url-and-add-a-specific-word-to-it-using-mod-rewrite see if this helps.

Views

1.2K

Like

1

Replies

0