Multiple Selectors in jQuery
Combine selectors with commas to match several patterns at once.
Combine selectors with commas to match several patterns at once.
Load jQuery from a public CDN for quick demos and many production sites.
Serve jquery.min.js from your own assets for offline or controlled deploys.
Write a minimal page that selects an element and changes its text on ready.
Run code after the DOM is ready with $(fn) or $(document).ready(fn).