Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Javascript Show/Hide function
Old 09-16-2009, 06:40 PM Javascript Show/Hide function
CIA
Junior Talker

Posts: 1
Trades: 0
Hi
I have created a web page with a Show/Hide function on it. The problem is that when I go to the page all the information is showing, but i'd like all the information hidden by default.


You can find my page Here. Clicking on the artists name shows/hides the content.


If you need anymore info please let me know. Hope someone can help and many thanks for your time
CIA is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-16-2009, 06:53 PM Re: Javascript Show/Hide function
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
In order to allow it to degrade to a useful table if JavaScript is disabled, I suggest you do this:

Right before the after <body> tag:
HTML Code:
<body>
<script type="text/javascript">
document.body.className="js-enabled";
</script>
Now, in your CSS document, do something like this:
Code:
.js-enabled table.list tr.sel {
display: none;
}
That's it! All your script is doing is changing the inline style of your tr with a class of "sel" to display: none" and then removing any display to make it visible again.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Javascript Show/Hide function
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09995 seconds with 12 queries