Final answer:
The built-in jQuery function to check if a page is ready to run JavaScript code is $(document).ready() or $(function() {}).
Step-by-step explanation:
The built-in jQuery function to check if a page is ready to run JavaScript code is $(document).ready() or $(function() {}).