circAssimilate / Optimizely-Wait-For-Delayed-Content

The pollForDelayedContent() is a simple, efficient way to wait for dynamic content. It can be used with platforms like Optimizely, which alter dynamically created web content.
https://help.optimizely.com/Troubleshoot_Problems/Fix_a_timing_issue
1 stars 0 forks source link

Consider new name and update variables and functions #1

Closed circAssimilate closed 8 years ago

circAssimilate commented 8 years ago

The current name is pollForDelayedContent(), which doesn't properly represent the DOM Mutation option. I recommend we change the name before publishing.

tobiasurff commented 8 years ago

@circAssimilate How about observeSelector, similar to http://developers.optimizely.com/javascript/personalization/index.html#observeSelector? This closely matches what will be available in p13n later on (and we might be able to feed back the DOM Mutation bit to product so they can include in p13n / A/B 2.0 clientjs in the future).

circAssimilate commented 8 years ago

Changed to waitForDelayedContent()