Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Trivial question, but did you include your custom js file before the jquery slider? – Johan Feb 14 at 15:33
2  
is the function inside of any other {} brackets? – Kevin B Feb 14 at 15:35
1  
This is clearly a scope issue, and will be difficult to even help without seeing some (if not all) of the code. – Archer Feb 14 at 15:35
Oh.. damn. The funtion was defined in other {} ... that's why it wasn't working! – roshkattu Feb 14 at 15:36
@roshkattu If Kevin B helped you accept his comment. – dfsq Feb 14 at 15:42
show 4 more comments

closed as not a real question by jeremyharris, Barmar, Andrew, Eric, chris Feb 14 at 20:30

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.