0

I can't get this fiddle to work

https://jsfiddle.net/mtgna/rwhu14ot/

enter code here

I have tried changing the javascript load method to no wrap(Head) as per jsfiddle question but it's still not working.

Community
  • 1
  • 1
A Allen
  • 273
  • 1
  • 4
  • 12

1 Answers1

0

Does this work? <button class="myButton" onclick="sniffles.talk()">

This line doesn't seem to do what you want it to do. $('button.myButton').click(sniffles.talk())

react_or_angluar
  • 1,568
  • 2
  • 13
  • 20