Has anyone got a code for a little icon that I can place in/near text fields if the user wishes to add up some numbers and then have the results populate the text field?
Datepicker is exactly what I am looking for, but a standard calculator should pop up instead of a calendar.
Thanks!
// datepicker
$("#Datepicker").datepicker({
showOn: "button",
buttonImage: "images/datepicker.png",
buttonImageOnly: true,
numberOfMonths: 2,
altField: "#actualDate",
altFormat: "yy-mm-dd"
});
CSS:
Check following link.
http://keith-wood.name/calculator.html
It works exactly like datepicker