I know that a lot of people go to this site when looking for ruler image, so now all my ruler images are listed in new "Ruler Images" section. Moreover these images are allowed to be used wherever you want for free, you are welcome!




<div class="btn-group" style="float: right"> <button class="btn" id="cmButton">CM</button> <button class="btn" id="inchButton">INCH</button> </div>Then all you need is to assign a handler:
$("#cmButton").click(function(){ ... }); $("#inchButton").click(function(){ ... });PS And yes, I have just 19'', size doesn't matter ;)