Ik probeer een jquery plugin te laten werken door deze aan te roepen in een function van een andere jquery plugin. Maar ik doe iets fout en ik zie het niet! Kunnen jullie me helpen?
Alvast bedankt!
Alvast bedankt!
Code:
clip.addEventListener('complete', function (client, text) {
$.gritter.add({
// (string | mandatory) the heading of the notification
title: 'This is a notice without an image!',
// (string | mandatory) the text inside the notification
text: 'This will fade out after a certain amount of time. Vivamus eget tincidunt velit. Cum sociis natoque penatibus et <a href="#" style="color:#ccc">magnis dis parturient</a> montes, nascetur ridiculus mus.'
});
return false;
});