my Javascript of Foundation is not working. I think my initialization is wrong. Can anyone help me?
var jQ = $.noConflict();
jQ(document).foundation();
jQ(document).ready(function($){
var orbit = new Foundation.Orbit($('#slider'), {animation: 'fade',
timerDelay: 8000,
pauseOnHover: true,
navButtons: false,
bullets: false
});
});