Wednesday, February 14, 2007

Javascript form validation tools

This little library has stuff like checking to see if an item in a field is an integer, etc.

http://www.mattkruse.com/javascript/validations/source.html

Labels: , , ,

Friday, April 28, 2006

alexking.org: Blog > Inserting at the cursor using JavaScript

alexking.org: Blog > Inserting at the cursor using JavaScript

Ever needed to insert text at the cursor location in a textarea form field element. Here's some code that lets you do just that!

Labels: , ,