This question already has an answer here:
- Simple example doesn't work on JSFiddle 2 answers
I can't get this extremely simple jsfiddle to work. Its just supposed to alert test when button is clicked. What am I missing here?
|
This question already has an answer here:
I can't get this extremely simple jsfiddle to work. Its just supposed to alert test when button is clicked. What am I missing here? |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You have to change the load method to no wrap (head). It has something to do with how the JavaScript gets loaded and when the method signature is read. http://jsfiddle.net/u9nG6/11/ |
|||||
|
|
jQuery framework is selected to load |
|||
|
|
|
See here. You needed to define your A more "jQuery-ish" approach would be to use jQuery to handle the
See here for an example of that suggestion. |
|||
|
|
|
You're using jquery + ondomready. This means any javascript you write is placed within
and
this leads to a scope problem. You can try the following instead.
|
|||
|
|
click, you've better to trapsubmitevent! – F. Hauri Nov 3 '12 at 10:10