|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How to keep hidden fields after refresh?
Hi all,
I have some text and checkboxes.When checkbox is checked whole line disappear. Problem is coming now, I have refresh button on page and when I press on it all hidden lines are appear again. How to keep does lines hidden after pressing refresh? function showField(){ if (document.all.checker.checked) document.all.hideShow.style.display = 'none'; else document.all.hideShow.style.display = ""; } |
|
#2
|
|||
|
|||
|
Whole code is in attachment file.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > How to keep hidden fields after refresh? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|