kswedberg / jquery-tmbundle

TextMate bundle for jQuery
http://www.learningjquery.com
561 stars 228 forks source link

$(document).ready scope selector #17

Closed caiogondim closed 11 years ago

caiogondim commented 13 years ago

Isn't $(document).ready to be triggered in the source.js scope rather than source.js.jquery, since source.js.jquery itself is defined beginning with $(document).ready?

kswedberg commented 11 years ago

No, that's not the way it works. source.js.jquery isn't defined beginning with $(document).ready