Ajaxing in functions.php

Try to replace $(document).ready(function() { with jQuery(document).ready(function($) {
It should work for you.