.ready question

.ready question

Hello,

I using the following logic to execute the some code:
table=$('table#id')
table.ready(.................


Doesn't this mean that the code will execute after the html table is 100% loaded?