Create a Custom Component using HTML and Javascript in SalesForce

In this post, I will describe the creation of a ‘Numeric Stepper’ custom component using basic HTML tags and JavaScript. This Numeric Stepper will be binded to a salesforce apex component using simple JavaScript. After that you should be able to create any html based custom component in salesforce and tie it to your visualforce [...]