jquery - how can i find unused css in ajax app? -


I am searching and I have not found any FF ads or Javascript to find unused CSS in AJAX apps.

One can crawl-site, but I'm looking for something that checks loaded content ...

I want something where I 'record 'And then increase loads of clicks that will check user selectors, and expecting an existing search instead of try to write your own jquery!

Select View -> Developer -> Developer Tools

On the menu, select the Audit tab.

Make sure the web page display is checked, then run the audit for the current situation.

You have a list of unused CSS rules you have.

Hope that helps.


Comments