Script Not Showing Button / Resolve This?

Jun 11, 2010

Can someone tell me why I can select both HTML AND another radio button, but when I unselect, and select a # of 1 through 4, I can switch between the radio buttons, but I can't if I select HTML first?

Also, what's wrong w/ this code? code...

View 1 Replies


ADVERTISEMENT

Can't Enable Disabled Button / Resolve This?

Dec 6, 2011

I'm trying a simple JQuery enable a disabled button once the fields have all been entered for the Horzontal section.

At the moment as long as one input val has been entered it enables the button?

Could someone advise how to make it so it only enables if all vals are entered?[code]...

View 1 Replies View Related

JQuery :: Showing Form After Button Click And Then Making Some Scripts?

Feb 10, 2011

this is my first visit here so I would like to introduce myself.I`m Krystian :)I`m a newbie in Ajax, jQuery.

I've created a php file which contains form ( form.php ). This file is inserted after button click in index.php. In index.php I`m including jQuery library. My problem is that: when I`m trying the code below, just for test. This is not working. JS console doesn`t show any errors. Why such a simple code is not visible with form? When this example will work then I would like to code something much more difficult on this form. Best Regards Krystian. p.s. When I`ve created form directly in index.php alert occurs.$("select#numberPers").change(function(){ alert('you have changed the select option field');

View 1 Replies View Related

Making Simple Quiz Using HTML / Showing Answers By Clicking Button

Apr 1, 2010

I'm working on a simple website in which I'm required to use two types of forms input on a webpage. I have decided to make a simple quiz which will be designed.Is this possible in a simple way? Sounds quite straight-forward.Is it possible to design a radio button which, depending on the choice, the related-text will appear underneath on the same page? So if they select 'A' then paragraph 'A' will show, if they select 'C' then paragraph 'C' will appear (with the rest hiding)..

View 6 Replies View Related

JQuery :: Hiding/showing Divs - Hide The Currently Shown Div And Then Slide In The Div Associated With The Button Clicked?

Oct 7, 2010

I awhen it comes to "developing" jQuery but I am trying to do something that is seemingly something simple but I can't for the life of me, figure out the best way to do it.

http:[url].....

Here, you'll see the area below the navigation that has five buttons which are supposed to help scroll between the five associated divs.All I want to do is hide the currently shown div and then slide in the div associated with the button clicked.http:[url].....Here is what the animation is SUPPOSED to look like but the problem is is that the correct one uses Prototype and I am trying to use only one library and jQuery is the most suitable because I use it for other effects in the site and jQuery and Prototype obviously don't mesh well.

View 3 Replies View Related

Disappearing Div IE7 / Resolve This?

Jun 19, 2010

Code...

In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters. code...

View 1 Replies View Related

JS Works In IE9 But Not In IE8 - Chrome / Resolve This?

Aug 24, 2011

I am trying to do a setInterval to switch the background-image of a div. The switch will happen every second.
Here is the html code...

On firefox 6 and IE9, it switches just fine. On IE8 and Chrome it switches once and then stops.

Not sure why it is working in the newer browsers and not the older ones. I know there were some new javascript features added to the newer browsers, but i cant figure out where the error is occurring.

View 3 Replies View Related

If Statement Won't Work / Resolve This?

Jun 20, 2009

If statement won't work / resolve this? Here is my code...

View 1 Replies View Related

JS Won't Pass Variable / Resolve This?

Dec 20, 2010

I have a JS value but it won't put the value in the brackets when i try to get the element by ID instead it is looking for the id named the same as the variable name.

Here is what i got to explain better code...

View 2 Replies View Related

Can't Clear Textfield / Resolve This?

Jul 19, 2011

I am fairly new to javascript and am having trouble clearing a text field. I am making a "vending machine simulator" as an exercise. I have a button that is the coin return, and should clear the balance display. e.g the machine shows a balance of $2 inserted, the coin return button should clear it to 0.

I believe I have done everything correctly but get NaN as the output (a text field named "box1"). I believe it has something to do with how the field is validated. It has number precision set to 2, which I would think would just become 0.00 or something. Anyways, here is my code code...

View 10 Replies View Related

Function Won't Work / Resolve This?

Sep 5, 2011

I'm new to JS and I can't get this function to display. [code]...

View 18 Replies View Related

Can't Change CSS Value In Script / Resolve This?

Mar 9, 2010

I am really confused. I want to make a <p> tag hidden using javascript, and then, if i detect its running IE, i want to make it visible. I can't even make it hidden though. I have tried code... and I've tried both of these variations with the getElementById('warning') instead of plain old document.warning too. Nothing works. I've even tried setting display to none. What is going on?

View 6 Replies View Related

Codes Are Not Working / Resolve This?

Oct 9, 2010

This is the code that not getting the result code...

View 1 Replies View Related

Script Won't Work On IE / Resolve This?

Jan 10, 2011

I have tried every possible way to work this Javascript on IE, but it doesn't work. It say's Error on Page in the status bar. [code]...

View 2 Replies View Related

Getting Error With InnerHTML In IE 6 / Resolve This?

May 16, 2009

I have a demo where I'm trying to use innerHTML to build code...

View 7 Replies View Related

Simple JS Not Working / Resolve This?

May 28, 2009

Alright simple JS question code...

It's supposed to remove the text if it contains "First Name" and put it back if it equals nothing.

View 16 Replies View Related

AJAX Not Working Right In IE7 / Resolve This?

Feb 3, 2007

Here is my ajax library code...

This code runs prefect in FireFoc but IE7 will only process the first request. I remember reading something about IE of processing first respondText and if invalid character are in there it no not process any more. I am just passing plain HTML and rather using innerHTML because it seems earlier than using XML and i really don't see any benefit on using XML. is there any way i can get this to work nicely in IE?

View 5 Replies View Related

Form Not Submitting / Resolve This?

May 5, 2010

I have the following code...

It's not showing me the alert. I'm just trying to get that part to show it works. However, what I'm trying to do is add up the values in one and two and the based on adding those two up and then placing that total in the total field. Any ideas on how to do this?

View 2 Replies View Related

Can't Hide Frames / Resolve This?

May 28, 2010

I tried coding something quickly myself and was wondering why I couldn't hide a frame (one with a blue image, one with a red - simple test)

So I gave up and looked through google and found a simple tutorial at

I copied this code exactly into three files, the main html frameset and the two test frames.

Named properly etc etc, but I can't get the hidden frame to show up using the button. So is the functionality behind the scenes the problem here? Or is this some other issue?

View 5 Replies View Related

Script Won't Work / Resolve This?

Sep 17, 2010

I'm using a javascript quiz I copied from javascript.internet.com and it's not working right. I like what the quiz does (if it works right), so I want to try to make it work. When you click the button to get the results at the end of the quiz nothing happens.

View 8 Replies View Related

JQuery :: .Css Does Not Update In Firefox / Resolve This?

Feb 25, 2011

Here is a small demo of a iphone like checkbox I want to use in some forms.

the problem is the .css({'background-position-y':'0px'}) or.css('background-position-y', '0px'); won't work in firefox? code...

View 2 Replies View Related

Can't Get My Menu To Play Nicely / Resolve This?

Dec 15, 2010

I found a jQuery menu online which i have used but somewhere a long the line it stopped working properly without me noticing, been trying to fix it but cant work it out..

The original code is here...

When you hover over a menu item you get a drop down but you cant hover over the drop down without it disappearing!

View 4 Replies View Related

Script Works In Firefox Not IE / Resolve This?

Sep 28, 2009

I am using googles O3D software and it uses a javascript base, one of there plugins works in Firefox only and not Internet Explorer why it isnt working in IE and even how to fix it, here is the page that works in firefox but not IE

View 7 Replies View Related

Window Won't Close In FireFox / Resolve This?

Nov 8, 2010

I have a form that lets users click on date time value that is a link. When the link is clicked, a pop up opens up allowing the user to change the date and time. When they submit the date/time change form, the pop up is supposed to close and the date/time i the original form should be updated.code...

View 2 Replies View Related

One JS Function Not Working With Two Items / Resolve It?

Dec 5, 2010

I've been stuck on a piece of code for awhile. I have two items but they won't run at the same time only one will work code...

Now i need the function loadProductK to work for both of the loadProductK's as seen below.

View 1 Replies View Related

Can't Remove A List Item / Resolve This?

Jul 27, 2011

I'm trying to delete a item in a list. I'm getting a method not allowed error in IE8.code...

View 8 Replies View Related







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