C
|
cgphp 12/3/2012 |
Try to enter the following code in the "Javascript onload" event: $("input[id^='ctlSearchFor']").attr("tip",""); |
G
|
gudon author 12/3/2012 |
Hi, Christian, $("input[id^='ctlSearchFor']").attr("value", ""); |
G
|
gudon author 12/4/2012 |
Hi, |