Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    Good find on the number function call! I missed that, not sure why someone has downvoted since this is pointing out a problem the OP will encounter further down the line. I would stick with double quotes for the onclick and use single quotes for the function argument though. Habit of using dynamic data and by default the browser uses double quotes for attributes but I'm sure both work all the same. +1 for preventing a future problem. Commented Oct 15, 2016 at 9:07
  • No worries.. there's always some peoples who don't know how to use the privileges... thanks for your intervention (updated my answer). Commented Oct 15, 2016 at 9:10
  • Very welcome :) We all come here to help or to seek help. Commented Oct 15, 2016 at 9:34
  • Thank you to you all for helping me out! I was pulling out my hairs wondering why a simple button wasn't working. Commented Oct 15, 2016 at 18:45