codehaven - php snippets - coding help
Generic filters
Exact matches only

Set textbox value / Create Guid

8th November 2013

Jquery - Strings

jquery icon

This code will create a 16 digit code used for guid’s. It will set this when page loads into a textbox, and will also send this in the GET string.

and to read a value from the textbox

Was this code snippet helpful?