Please forgive my ignorance to all things front-end development – but I was wondering if I have a style that targets images, for example, and then after an arbitrary amount of time a user inserts an image into a content editor (i.e. the image is introduced to the page a long time after the page has been rendered) – will the css style apply to this image? Or is it ‘too late’?
Please forgive my ignorance to all things front-end development – but I was wondering
Share
Yes, try loading some content with AJAX what should have styles applied. Those will be applied.
But: As @BoltClock pointed out, some older IE-versions don’t like this, I suggest you take his comment into account.