SyntaxFix
Write A Post
Hire A Developer
Questions
Try
$(document).ready(
instead of
$('document').ready(
or you can use a shorthand form
$(function(){ });