Debugging wordpress plugin

Debugging wordpress plugin

Hello,
I got problem with debugging plugin:
Plugin is calling by:
  1. <script type='text/javascript'>
  2.       jQuery(document).ready(function($){
  3.             $('#cfw').CustomFacebookWall({       
  4.                   id:'BizuteriaMagia',                                                                                                                access_token:'377526185663419|i3Th376FkoAcOsJQREkybMfIeo8'
  5.              });
  6.       });
  7. </script>

I used:

  1. jQuery(document).ready(function($){
Because when I using:
  1. $(document).ready(function(){
I got error: 

TypeError: $ is not a function

And when i tryied



  1. $.noConflict();
  2. jQuery(document).ready(function($){

TypeError: $ is undefined

When I'm using:
  1. jQuery(document).ready(function($){
My error is:

TypeError: $(...).tmpl is not a function

Can you help me with this?
You can check it there:
http://www.bizuteria-magia.pl/blog/