How does the jQuery extension work for on show & load condition in Tealium ?

Gold Contributor
Gold Contributor
How does the jQuery extension work for on show & load condition in Tealium ?
2 REPLIES 2

How does the jQuery extension work for on show & load condition in Tealium ?

Employee Emeritus
Hi Manish, The show condition in the jQuery extension is triggered using a custom event. It will look to see if the the selected element is visible(:visible selector for jQuery) on the page, and if it does it will fire a custom event that fires the link, view, or custom tracking event. To add to this explanation. Tealium polls every 0.25 seconds (250 milliseconds) to see if the element is on the page. Then fires the custom event when the element exists on page. -Jasmine

How does the jQuery extension work for on show & load condition in Tealium ?

Employee Emeritus

Dan has also provided a similar answer and a link to documentation in JQuery as well. https://community.tealiumiq.com/t5/Tealium-iQ/How-does-the-jQuery-extension-for-on-show-work/m-p/605....

Public