$("img[class=fade]")
.bind('mouseover', function () {
Uncaught TypeError: Cannot call method 'bind' of null
$.ID = $(this).attr('id');
$.start($(this).attr('rel'));
})
.bind('mouseout', function () {
$.stop($.ID);
})
.bind('load', function () {
$.load=true;
})
;Uncaught TypeError: Cannot call method 'bind' of null gösteriyor console ne hatası varki bu kodun_? jquery.1.9.1 kullanıyorum