I am having a function declared in a .js file;
In my html I am having a jQuery slider that calls the function on change. Whenever the function is called, the javascript console tells that the function is undefined; I don't understand why because I have included the .js file in the header; and the .. that constructs the jquery slider is in the tag;
The function is defined as function name() { //code here ...
Why is that?
{}brackets? – Kevin B Feb 14 at 15:35Kevin Bhelped you accept his comment. – dfsq Feb 14 at 15:42