I am trying to use the jquery msgbox addon found here:
http://jquerymsgbox.yazdimoldu.tk/
The function call is like so:
function forceRing(){
$.msgBox({
title:"Selam / Hello",
content:"Merhaba Dünya! / Hello World!"
});
};
But I receive the error:
Uncaught TypeError: Object function (a,b){return new c.fn.init(a,b)} has no method ‘msgBox’
forceRingindex.php:38
(anonymous function)index.php:275
onclick
Seems like you didn’t properly include the JavaScript file for the MsgBox plugin. Are you sure that you have first included jQuery and then the msgBox plugin?
…or how the files are called?
Note, an often silly error is to not properly write the JavaScript tag. Like
instead of