I know the Visual Studio 2012 has an accessibility checker that checks for 508 compliance, but a portion of our content is dynamically generated using JavaScript and jQuery, and as such cannot be checked by Visual Studio.
Is there any resource that can be pointed at the website in action, once the content has been dynamically generated, to see if it is 508 compliant.
For example, we have a grid of results for a search that starts as an empty div. Only when you click a button the div
is populated by not just the data but the HTML elements.
So, once I click the button, is there some addon I could then activate that would tell me if the table is 508 compliant, much like how Visual Studio does its check (and of course, just like with Visual Studio 2012, I don't expect it will be able to tell me everything that is compliant).
I did a google search and found this tool that does what you want. You can set it to scan an entire site, or go to a page and click a validation button (chrome and FF extensions) to validate that page. There are options to run w/w/o javasript/cookies.
www.totalvalidator.com/index.html