Onclick Show One Hide The Rest?

Nov 12, 2010

i have php code that shows a list of colored boxes and when you click one it changes the color of a div... this works fine as i have used a changecss function... i have these colors in a database with their values and specific color names... what i am trying to do is when a color is clicked it will change the div and also print the color name....i have made a php loop to print all the color names and i have the display as none... how can i add to the onclick function that changes the color to also put the display of the certain color name to "block" and then if you select another color it hides that one and shows the new color.

View 8 Replies


ADVERTISEMENT

JQuery :: Show Only The Selected Tr And Hide The Rest?

Oct 28, 2011

I have table in which i want to show only the selected tr and hide the rest.

<tr class="t">
<td class="oppCol cell" id=465>465
</td>
</tr>

[Code].....

View 2 Replies View Related

Hide A Div And Show Another Onclick?

Aug 10, 2009

Alright, me having a very basic knowledge of js I'm looking for some help with(what I think should be) a simple hide/show of a set of divs. I've broken down the ccs/html I'm looking at on a test page here...

The js I have in the page had been what I tried to modify from a simple hide/show, but it's not doing what I want it to do (obviously). The goal is when you click on link 3, I want white3 to hide and all the other white divs to show, when you click on link 3, white 2 will hide and the other white divs will show, and so on. So basically it's revealing what div you click to. A lot of what I've found have been just toggles, but I'm not very confident in my ability to adjust code.

View 7 Replies View Related

Hide All Images, And Show Certain Ones ONCLICk?

Jan 30, 2010

I'm new to the forums, so if i post anything wrong let me know. I'm trying to use links to hide all the images, and show just ones from a certain category. I've used the img name attribute to group them and tried to do a function that shows only one img.

<script language="javascript">
function showone(x) {
document.getElementByName('a').style.display='none';
document.getElementByName('b').style.display='none';
document.getElementByName('c').style.display='none';

[Code]...

except the links don't work like they should, and I can't figure out why. I'm an idiot with javascript, so if feel free to make fun of me, and if anyone knows how to get this simple function to work,

View 9 Replies View Related

Onclick - Toggle To Show/ Re Hide The Div

Mar 3, 2009

Im trying to hide a div ( quick reply box) like IPB using this code it's hidden but the actual link to toggle it isn't a live link for some reason any idea's what im doing wrong would be good.

This is what i am trying to hide

Im not sure how i get this to toggle to show/ re hide the div.


<div id="myClickyDiv" onclick="swapMyToggledDiv();">Toggle</div>

View 3 Replies View Related

Hide/show Div Background Image Onclick?

May 27, 2010

I want a background image of a tick to appear in each coloured box in my attached image onclick. When another coloured box is clicked I want the image to show in that one and then hidden in the previous one clicked. There should be no ticks shown on page load.I'm clueless as to how to do this.Here's my code for the image attached:

<div class="colour-picker">
<div class="tick-off" id="red" onclick="changeclass();">
</div>

[code]....

View 1 Replies View Related

Show / Hide DIV OnClick No Longer Works

Feb 8, 2011

I have a page where an alternate address area is kept hidden via JavaScript and CSS divs. If you click that you want to use an alternate billing address, two divs are expanded. One with the form fields for entering in your alternate address, the other area has further info about why we need that alternate address. (Code is below). This works PERFECTLY for my needs....however, if you reload the page, the "show" button remains selected and OFF=ON and ON=OFF if you get my meaning...so when you click the radio that should be hiding the divs, it shows them and vice versa. Additionally if there is an error in the form and the page reloads to display the error, only the billing address area stays expanded (its inside the <form> tags), the text area next to it goes back to being hidden, and the show/hide OnClick no longer works. Ideally, I'd like the two to maintain the same state (i.e. if both we're shown, both stay shown).

CODE (trimmed down of course):
Code:
<head>
<style type="text/css" media="all">
.invis { visibility: hidden; display: none; }
.vis { visibility: visible; display: inline; }
</style>
<script language="javascript" type="text/javascript">
var c = 'invis';
var ids = new Array('id1', 'id2'); // IDs of your <div>s
function doSwap() {
c == 'vis' ? c = 'invis' : c = 'vis';
for (var i=0; i<ids.length; i++) {
document.getElementById(ids[i]).className = c;
}}
</script>
</head>
<body>

<div id="id1" class="invis">This is all just plain text that appears when the NO radio is clicked but disappears on reload</div>
<form>
<table>
<tr>
<td>
<input type="Radio" name=" " value="hide" onClick="doSwap()" id=""> YES
<input type="Radio" name=" " value="show" onClick="doSwap()" id=""> NO
</td>
</tr>
<tr id="id2" class="invis">
<td>extra address entry stuff that appears when the NO radio and that stays on page after reload</td>
</tr>
</table>
</body>

View 2 Replies View Related

Table Row OnClick To Show / Hide Embedded DIV

Aug 12, 2011

I have a php page that essentially builds a pay report in the form of a table. The php side builds the page properly, though it took some time to get the table rows onmouseover and onmouseout functions to work for row highlighting. Now the issue is the table row's onclick function.

Here is what the outputed html looks like.
<head><script type="text/javascript" language="javascript">
function HideShowDiv(divID){
if (document.getElementById(divID).style.display == "none"){
document.getElementById(divID).style.display = "block");
document.writeln("show "+divID);
}else{
document.getElementById(divID).style.display = "none";
document.writeln("hide "+divID);
}} .....

<tr>
<td colspan="2" align="right">Some Association of Baseball</td>
<td align="right">$24</td>
<td align="center"></td>
</tr>
</table>
</div> <!-- Closes the main body div container -->

In my javascript function, the writeln() calls are for testing to see if the even is even firing. but nothing gets written to the page. Basically I want the row with the users name to be clickable which will show the details in the hidden div associated with the user.

View 5 Replies View Related

Toggle Link Text And Show / Hide ID Onclick

Apr 20, 2010

I am trying to create a Link that changes its currently displayed text and also toggles the css.display property from inline to hidden. I'm sure there are solution outs there btu I have not been able to find one that does both functions with one click properly and is also easy to implement for people not as familiar with html and javascript. Obviously I am trying to create a show more, show less type link. currently this often shared code works fine to change the current state of the target ID's css.display from none to inline. My end goal is to be able to not only toggle the display of the LONG1 div but to also change the innerhtml of 'short1' from "Show More" to "Show Less".I am still learning about JS so Im really rough around the edges. I tried some different techniques btu I dont ahev them posted on my work pc.

View 14 Replies View Related

Show / Hide Based On Database Field Value - NOT Onclick

Oct 30, 2009

I have created a user form in which visitors can fill in sections, some of which are hidden or displayed using the onclick to trigger a DIV to display or hide then submit the results to a database using ASP. All works fine with that, however... I have created another page which retrieves the results for an individual's form submission, and I want to hide the sections that were not completed (hidden when submitted). How can I get my page to hide or show DIVs, depending on the value retrieved from a particular field within the database? i.e. if Question1Response="A", show Div ID="A Section" If Question1Response="B", show Div ID="B Section" etc.

View 4 Replies View Related

JQuery :: Hide/show Table Rows With An Onclick Event?

Jan 7, 2010

I want to hide/show table rows with an onclick event. Here are the relevant snippets of code I have:

Script:
$(document).ready(function() {
$("#plan1-title").click(function() {
$("#plan1").toggle();

[code]....

It works in all browsers (Firefox, Safari, Chrome, and Opera), however not a single version of IE 6-8 will toggle the table row.

View 2 Replies View Related

Hide <div> For Rest Of Users Session Once Closed?

May 11, 2010

I have this website: [URL] and see the top bar reading "sign up your restaurant" that appears after approximately 3 seconds after the page loads? What happens when you click close button on the right is that the bar disappears, now this bar appears on every page and what I need to have happen is once it gets closed by the user, it does not appear again for the rest of the user's time on the site. I'm assuming that this can be done by a cookie or something.

View 1 Replies View Related

Dialog Box To Show Rest Of An Htm Page

Jul 23, 2005

Newbie looking for the way have a dialog box and when a user goes to
this page they see *nothing*, Except for a dialog box pop, the box says:
"are you sure?" Yes/No. If user clicks yes they see the rest of the page
- (just some simple html). Else no, they might see a message that says
"go back".

View 2 Replies View Related

JQuery :: Filter A Table,and Hide The Rest Of The Items?

Jul 9, 2008

I have found many nice filter plugins, that let you filter a table,and hide the rest of the items, and only show the item that matches
what was entered into an input dialog.What I would like to do, is use an unordered list instead. Is there any plugins that support this? I have not been able to find any..

View 1 Replies View Related

JQuery :: Toggle Function - Hide/show Table When Hide/show Button Is Pressed

Sep 12, 2011

I am trying to hide/show table when hide/show button is pressed

Problem: The code works fine when I remove 'slow' from line 10. But with 'slow' in line 10 content of toggleButton doesnt change from Hide to Show when pressed.

Code:

View 1 Replies View Related

Use An Onclick Event To Show The Hidden Div, It Just Wont Show?

Nov 23, 2009

im trying to hide a div on page load,ive used this.

<script type="text/javascript">
function hideDiv(){
document.getElementById('sidebar').style.display = "none";[code].....

and this in the body tag

<body onload="javascript:hideDiv()">

it works fine hiding the div named sidebar, problem comes when i try to then use an Onclick event to show the hidden div, it just wont show.can this be done?

View 2 Replies View Related

Show / Hide Won't Show In Nested List

Jan 22, 2009

I am having problems, basically I have a set of nested lists I need to show and hide

Code:
<ul id="smenu3"><ul id="smenu4">
<li>stuff here..</li>
<li>stuff here..</li>
<li>stuff here..</li>
</ul><ul id="smenu5">
[Code]...

I always want "smenu3" to show with "smenu4" and "smenu5" collapsed... When the user clicks the link, it calls a javascript function to show "smenu4" like so...

[Code]...

View 7 Replies View Related

Hide Link And Div OnClick?

Mar 24, 2010

I am having trouble trying to hide a link and a div when I click on a link. Here is what I tried to do first.

I have two links and one div box. When I click the first link I want to show the div box and another link (hide) then at the same time I want to hide the link that I clicked.

Showdiv HideDiv(initially hidden)
--------------div box------
| initially hidden |
| |

[Code]....

If it is not possible to do with link (<a> tags) can I achieve this with an image? Lets say I just change the image onclick and show a div box and then click the same (now changed image) and hide the box.

View 5 Replies View Related

How To Hide Status For All Onclick Events?

Nov 20, 2002

Is it possible to set the browser default to hidestatus for all onclick events?

View 3 Replies View Related

Form Button Onclick And Hide Result

Jul 23, 2005

Problem: I want to send an URL via button but i don't want to get the result.

At the moment i use this form to send the URL, which enables a control unit:
<form><input type=button value="switch on"

As result i see a new page with "0" or "1", which i'd like to hide.
What can i do to send the URL without getting the result to the browser ?

View 5 Replies View Related

Hide Span Id Through Onclick Command But Its Not Working?

Jul 28, 2009

where i need to hide my span id through onclick command but its not working.....my program is below...

<label for="txtFullname">First Name:</label>
<a id="myHeade2" href="javascript:showonlyone('newboxes2');" >
<input id="txtFullname" name="txtFullname" type="text" style="font-size:16pt;"
onblur="validate(this.value, this.id)"
value="<?php echo $_SESSION['values']['txtFullname'] ?>" /></a></td><td width="262"><div name="newboxes"
[Code]...

View 1 Replies View Related

OnClick - Hide Parent Window And Open New

Apr 30, 2009

I am looking for a script that on click of a button Hides the parent window and open a new window/layer.

To get better understanding please click on following link [URL] and than click Furniture Image...

View 2 Replies View Related

Show Div Onclick Image?

Mar 21, 2009

[URL].. There is currently a hidden div called fullsize in the content which i have hidden by putting display:none in the css on that div. But I need to get that div to display when a user clicks on a thumbnail from the horizontal scrolling gallery.

I have been trying to get it to work for about 3 hours but can't see what it is.

View 21 Replies View Related

Hide/show <div>

Aug 11, 2005

I am trying to hide some form elements in a form by default and show/hide
depending on which radio button is clicked. This is what I have but it is
not working: Code:

View 2 Replies View Related

Show/hide

Sep 6, 2005

I'd like to have a show/hide widget on my web site, kind of like "show
details" / "hide details" in Google Groups. Is there a tutorial
explaining how to make them? Google's is a bit complex and it's easy to
get something wrong. If the browser does not support the required
features, I want it to generate a completely static page with the
"details" shown automatically.

View 3 Replies View Related

Show A Div And Hide Another?

Oct 26, 2009

Check this code:

<a>text</a>
<div id="pkg">pkg</div>
<div id="table_pkg">table_pkg</div>

I'd like to show table_pkg and hide pkg when I click on <a>text</a>. How can I do?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved