GetElementsByClass - Hide "testcase-failed" And Display "testcase-ok"?
Jun 11, 2010
I have a problem with the code below.
The first time it runs it hides the class "testcase-failed", but it dosen't make the class "testcase-ok" visible.
How I can both hide "testcase-failed" and display "testcase-ok"?
Code:
View 1 Replies
ADVERTISEMENT
Jul 21, 2011
I am building a simple "accordion-like" interface in jQuery. The HTML looks like this-
<div class="mediaList accordion">
<div class="mediaListItem item $alt">
<div class="mediaTitle head group">$head</div>
[code]....
View 7 Replies
View Related
Nov 6, 2010
how is the best way to display hide DIV.
View 5 Replies
View Related
Apr 24, 2011
What is wrong with my code?
<div id="pictureFrameDogodki">
<div id="pictureMainDogodki1" style="display:none;">
<img src="images/snowparty.jpg" alt="pa"/>
[code]....
View 2 Replies
View Related
Jun 2, 2009
I've adapted a simple script for a dynamic form using hide/display so users can answer some questions and depending on their replies they are shown a different result at the end.The problem is when I tested it in IE8 because I don't use it much I have default settings which are not allowing scripts, so it basically doesn't work! Nothing is hidden.If I click on the yellow bar to allow the script it will work, but I don't know that I should rely on users doing that.
Is there a different sort of form I could use? If so please point me in the right direction. I have limited javascript knowledge so I need a script I can adapt rather than writing from scratch.My code is like this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >[code].........
View 4 Replies
View Related
Mar 25, 2007
Someone can help me in accomplish a connection to 2 wms services. I could connect once but I changed something on the code and now I can't get the things work, the connection fails. Here is the link to the viewer:
View 4 Replies
View Related
Jan 12, 2011
I am useing Ajax to populate a list of selection in a dropdown list so i wrote these js function code...
View 2 Replies
View Related
Jul 23, 2005
I would like to be able to display or hide fields based on whether a
specific Yes/No radio button is selected. This is in conjunction with
a posting a just made here in the same group related to checkboxes.
View 10 Replies
View Related
Jul 31, 2009
I have two left floated divs - in the left div I want a series of drop downs (possibly check boxes as well) about a series of products. When the user makes their decision and presses submit, I want the form to submit to a javascript function that says "Right, you will need, from your responses, product C" and in the right hand floated div, a series of hidden product info divs whose visibility is changed depending on which product the function determines is the one for you.
Broken down into parts I think I need to do the following:
a) Standard HTML form with drop downs etc and submit
b) Hidden divs
c) Submission process locally to javascript function to determine which product to show/hide
d) Javascript function that makes the decision
e) Javascript that hides/shows products
Unfortunately a server side option is not available; it has to be a client side solution and I only could think of javascript. I can probably handle all bar c) and d)
View 4 Replies
View Related
Jan 26, 2010
at the day i include to my web page an iframe , in browser like firefox , opera works fine, but in ie6 sometimes cannot load the content of iframe , and a code who load page in iframe
<iframe frameborder="0" scrolling="no" src='index.php' name='mainFrame' onload='in_process = false;
resizeIframe("mainFrame");'
id='mainFrame' width="100%">
</iframe>
View 1 Replies
View Related
May 26, 2010
Assuming that a checkbox is initially unchecked, the following code works because the additional text is hidden, and when the checkbox is checked, the function if performed to show() it. However, what needs to be done if the checkbox may or may not be checked initially?
.additional{ display:none; }
$('#add').change(function(){
if($('#add').is(':checked')){[code]....
View 2 Replies
View Related
Jul 15, 2009
How do I display or hide a Javascript menu based on the current url in a php page?I want to specify when a java menu appears on a page based on the current url - does anyone have a script for the vars and conditional statements to make this happen - it would be something like this in natural language:
<javascript>
if currenturl = http://jemmakidd.com/categories.php
then displaymenu
[code]....
View 5 Replies
View Related
Dec 1, 2009
I'm fairly new to Javascript and would be grateful for any help you can give me. I've had a search on Google and found a couple of potential solutions but nothing seems to work quite right for what I need.
Basically I have a form with several questions followed by Yes/No radio buttons. Dependent on which answer is given, I want to display a different message above the text box.
For example, if you answered 'no' to a certain question then the message above the text box would change to say "Please fill in additional information" or something along those lines.
[Code]...
View 3 Replies
View Related
Jul 6, 2011
I have a form with three fields. When the user changes the value of field1, the form displays either field2 or field3. This works fine for NEW records.However, I'm running into a problem when trying to EDIT an existing record. When the form is loaded, I need to test the value of field1 and display either field2 or field3. I've tried using the form onload event, but do not know how to access the value of field1.I'm using Javascript and div tags.This is what I have so far.
<script type="text/javascript">
function hide(obj)
obj1 = document.getElementById(obj);
[code]....
View 7 Replies
View Related
Jul 29, 2005
Google failed on NSCA Mosaic
View 1 Replies
View Related
May 3, 2011
Firebug reports "Failed to load source for: [URL]...environment: Apache 2.2.16 on Debian 6.0 (Squeeze) 64-bit using virtual host by IP:port. Here's the virtual host configuration:
[Code]...
View 6 Replies
View Related
Feb 18, 2011
One of the websites gives "failed to load resource" errors on my desktop while it works fine on my iphone ? How do I reinstall javascript for my OS ?
View 1 Replies
View Related
Mar 23, 2011
i am trying to upload a file with jquery but i am failed here is my code
HTML Code:
<script src="js/jquery.js" language="javascript"></script>
<script src="js/jquery.form.js" language="javascript"></script>
<script language="javascript">
function getResult(){
var encoded=document.getElementById('file').value;
[Code]...
when i echo the $queryz with $_REQUEST method variable the variable shown the img name but the $query= $_FILES[$query]["name"]; this thing shown nothing and not upload the file in images folder
View 1 Replies
View Related
Dec 7, 2010
I need this to not add the student to the dynamic table if the function validForm() returns false. How do I do that?Also, if you could show me how to add a delete button that will take off the last entry from the table, that would be great.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[code].....
View 1 Replies
View Related
Dec 21, 2010
This toggle form action not working [code]...
View 16 Replies
View Related
Jul 23, 2005
I am looking for a general purpose javascript snippet that enables me to
<div> or <span> HTML to make portions of the form be hidden and then appear.
The form contains about 12 sections and some sections can contain
subsections. When the user clicks on a checkbox, I want previously hidden
text boxes, radio buttons, text, drop down menus, and additional checkboxes
to appear. In some cases, clicking on a checkbox in a section can cause
additional previously hidden text boxes, radio buttons, text, drop down
menus, and additional checkboxes to appear.
Within each section, a list of individual names is displayed with an initial
checkbox beside each name being displayed. Clicking the checkbox beside a
name is what triggers the hidden info to be displayed. The server side
application is written in php and the field names are assigned using
brackets as the array is created. As an example the HTML checkbox beside
the first name <input type='checkbox' name='sect1custname[1]' value'First
Name'> The HTML for the next name woud be exactly the same except the name
field would be defined as name='sect1custname[2]'. All of the other input
buttons, boxes, menus, and text would use the same naming conventions so
that the server side module can correctly process the data.
I am hoping to keep this as generic as possible so that we can add, change,
and/or delete entire sections simply by creating the appropriate HTML and
surrounding it with the correct <div> or <span>. I understand that there
may need to be some javascript wrapped around the checkboxes.
If you know of , or have, or can develop the code, please send particulars
to jscott4272 at comcast dot net. If there are any costs associated with
the code, just let me know what they are. If you have any questions or need
additional information, please email them to me.
View 2 Replies
View Related
May 17, 2010
In a form, I delete an Input, then submit the form, but the deleted Input still there, don't know why ?
$("#form").remove("#name"); // doesn't work
$("#name").remove(); // doesn't work either
View 4 Replies
View Related
Aug 16, 2009
Demo at [URL]
Description: If you perform any selection, alert will be triggered. It fails in IE.
Code: [URL]
View 5 Replies
View Related
Aug 7, 2009
I have a function to accept number and certain text only when "Enter" key is pressed.
function handleEnter(field, event){
var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
var tmp_val = "";
[Code]....
However, when I added a second condition, the code stops working if (isNaN(tmp_val) && (tmp_val!="ABC" ||tmp_val!="DEF") )
View 4 Replies
View Related
Nov 26, 2011
I am trying to get to where it will check to make sure either one of the checkboxes are selected, then if not, show alert and do nothing else, but it is still loading the next page in the form action. How can I get this to not load the page when the check fails and only when it passes?
[Code]...
View 2 Replies
View Related
Mar 23, 2011
I have a link that when clicked pops up hidden div and loads it with the results of an ajax function ( below ). The problem is that no mater what the line if (req.readyState == 4) never evaluates to true. I have used the same code in many other locations on the same site, but for some reason this time the popup opens, but the ajax does not return anything.Please take a look at the code below, this is a 'simple' version of what's going on. I can not take credit for all of this code as most is taken from examples on the interweb, but it has worked, but now does notjavascript
Code:
var req;
var doesNotSupport = true;
[code]....
View 2 Replies
View Related