Hide Uploaded FileName Field |
1/6/2012 4:35:07 PM |
PHPRunner General questions | |
S
salus1 authorDevClub member
Hi, |
|
C
|
cgphp 1/6/2012 |
In the "Javascript onload" event of the Add page, enter the following code: $("input[type='text'][id^='filename']").hide().parents('span').contents().filter(function(){ return this.nodeType == 3; }).remove(); |
S
|
salus1 authorDevClub member 1/6/2012 |
Outstanding! Works perfect, thanks a million. |