I've been working on a website for awhile, and one of the things that are important to the company I've been working for is that the website is friendly to disabled people - and so I need to be able to add "aria-label"s to the html on the website. The only issue that I'm running into is somehow the Flickr Galleries (And some other table search bars) that are already in the website are being loaded very last - even when I use tags like "defer", or "window.onload()" or "$(window).bind("load",function())" etc. Somehow they manage to load or embed themselves after I use any of these so they can't be effected by my code.
If anyone knows how to edit these and add the tags I would be much appreciative.