jQuery : Error: $(document).ready is not a function — Sure!

October 19, 2008
Filed under JavaScript

This error message appears only if another framework is in conflict with the almighty jQuery. For example You try to use Prototype/Scriptaculous for Lightbox but you also need Thickbox for something else, which requires jQuery.
Since no framework is compatible with another framework, you have to find a workaround to get things working.
And here comes jQuery [...]

Read the whole article »