Is there a way to throttle javascript performance to simulate a slow client
Questions: I am working on a site that uses jquery and has a fair amount of javascript that is run using $(document).ready(). On my dev machine everything runs great but it’s a pretty powerful m...