1.poised for action;
their guns were at the ready
2.completely prepared or in condition for immediate action or use or progress;
get ready
3.(of especially money) immediately available;
he seems to have ample ready money
4.mentally disposed;
he was ready to believe her
5.brought into readiness;
dinner is ready
6.apprehending and responding with speed and sensitivity;
a quick mind
1.prepare for eating by applying heat;
Cook me dinner, please
2.make ready or suitable or equip in advance for a particular purpose or for some use, event, etc;
Get the children ready for school!
概述 当DOM载入就绪可以查询及操纵时绑定一个要执行的函数。 这是事件模块中最重要的一个函数,因为它可以极大地提高web应用程序的响应速度。 简单地说,这个方法纯粹是对向window.load事件注册事件的替代方法。通过使用这个方法,可以在DOM载入就绪能够读取并操纵时立即调用你所绑定的函数,而99.99%的JavaScript函数都需要在那一刻执行。 有一个参数--对jQuery函数的引用--会传递到这个ready事件处理函数中。可以给这个参数