Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
JavaScript Category Code
Real Name
:
SharingCode.NET User
Subject
:
Show hide html element / html elemanlarını gizleyip gösterme
Description
:
HTML içerisindeki elemanları duruma göre gizleyip duruma göre görünür olmasını sağlıyoruz.
function showhide() { for(var I=0;I<arguments.length;I++) { var obj=document.getElementById(arguments[I]); if (obj.style.display == 'none') {obj.style.display = '';} else {obj.style.display = 'none';} } }
Rating
:
4.50
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks