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載入就緒可以查詢及操縱時綁定一個要執(zhí)行的函數(shù)。 這是事件模塊中最重要的一個函數(shù),因為它可以極大地提高web應(yīng)用程序的響應(yīng)速度。 簡單地說,這個方法純粹是對向window.load事件注冊事件的替代方法。通過使用這個方法,可以在DOM載入就緒能夠讀取并操縱時立即調(diào)用你所綁定的函數(shù),而99.99%的JavaScript函數(shù)都需要在那一刻執(zhí)行。 有一個參數(shù)--對jQuery函數(shù)的引用--會傳遞到這個ready事件處理函數(shù)中。可以給這個參數(shù)