I get a really weird error which I couldn’t localize/know from where it comes.
Firebug says:
Error: $("#dialog").jqm is not a
function Source:http://www.daniello.nstrefa.pl/scripts/jquery.init.js
Line: 3
The file jquery.modal.js is loaded and even if I put the content of it inside the jquery.init.js I get the same error.
Could a expert take a look on it and write what’s wrong?
You are loading jQuery twice (well, three times, actually). After
jQuery.init.jsadded the plugin’s extra functions to thejQueryobject, jQuery is loaded again, replacing the old object with a new pluginless one.