Hello
i get this error when i use the jquery cycle plugin:
$cont.innerHeight is not a function
this is my javascript
$(function() {
$('#feature').cycle({
fx: 'scrollDown',
easing: 'bounceout',
delay: -2000,
timeout: 10000
});
});
this is the line in jquery.cycle.all.js
var reshape = opts.containerResize && !$cont.innerHeight();