[wd_asp elements=’search’ ratio=’100%’ id=1]

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
var textboxvalue = $("#myguid").val()