hello
i'm developing a wordpress theme and when i want to use the jquery.magnify.js, it'll give me this error :
Cannot read property 'x' of undefined...
and i'm using jquery like this :
jQuery(document).ready(function () {
jQuery('img').magnify();
}
so can you help me ?
thanks a lot