I am working on a tip popup windows for my project. When the user clicks the 'turn on tips' button, the tips windows will show next to some elements.
My problem is that I have elements created from ajax that need to have tips window shown next to them as well and if the user clicks the button BEFORE ajax call, those element won't have tips windows shown because they didn't exist. Are there any suggestions to this problem? Thank a lot.