Error Solved Safari/Crome:’$(document).ready’ [undefined] is not a function
Hello Friends,
Today i was working with prototype.js and jQuery modal box. From the begining, prototype.js is for Ajax call and now as per client’s requirement i was replacing jQuery in place of dojo library. In Mozilla Firefox (FF) and Internet Explorer (IE), it works fine but i was getting error only in Crome and Safari. Error says “TypeError: Result of expression ‘$(document).ready’ [undefined] is not a function”. After a little search in google, i found that the problem is with version of prototype.js. I was using 1.5.0 version of prototype.js and jQuery 1.3.2. I replaced 1.6.1 version of prototype.js and it solved error in both browser Google Crome and Apple Safari.
Thats it. Let me know if you find any problem.

![rax rss rax rss Error Solved Safari/Crome:$(document).ready [undefined] is not a function](http://www.programmingfacts.com/wp-content/plugins/rax-email-subscription-and-social-media-links-after-posts/images/rax-rss.jpg)
![rax twitter rax twitter Error Solved Safari/Crome:$(document).ready [undefined] is not a function](http://www.programmingfacts.com/wp-content/plugins/rax-email-subscription-and-social-media-links-after-posts/images/rax-twitter.jpg)
![rax facebook rax facebook Error Solved Safari/Crome:$(document).ready [undefined] is not a function](http://www.programmingfacts.com/wp-content/plugins/rax-email-subscription-and-social-media-links-after-posts/images/rax-facebook.jpg)
![rax myspace rax myspace Error Solved Safari/Crome:$(document).ready [undefined] is not a function](http://www.programmingfacts.com/wp-content/plugins/rax-email-subscription-and-social-media-links-after-posts/images/rax-myspace.jpg)

I am
about 10 months ago
Thank you. Most of the “$(document).ready [undefined] is not a function ” related issues on Mac-Safari solved by putting jquery-1.5.2.js file.
Dinesh Chothe.