I have CMS Made Simple 1.6.6 "Bonde" version in use.
Now i like to have slider to the site but there is some problem whit java when i add this
Code: Select all
<__script__>
$(document).ready(function() {
$('#banner').slidey({
'animation' : 'fade',
'width' : 990,
'height' : 294
});
});
</__script>
Code: Select all
TypeError: 'undefined' is not a function (evaluating '$('#banner').slidey({
'animation' : 'fade',
'width' : 700,
'height' : 300
})')
Thanx-