"store" Feedback - Answered Question Will Disappear When Moving On To The Next Question
Sep 21, 2010
When you answer a question wrong or correctly, you will get feedback. Moving on to the next question, the feedback for the answered question will dissappear, just as it should be doing. However, when I move back to the question I have already answered, the "old" feedback is not there anymore. What shall I do to "store" feedback for each older questions that I have answered?
View 3 Replies
ADVERTISEMENT
Dec 6, 2010
I'm trying to make a simple IQ test using javascript and forms that allows me to calculate the questions answered correctly and give the user a message box with the results. I had it working but now can't seem to get it to work anymore.
Here is my code:
<html>
<head>
<script language="JavaScript" type="text/javascript">
function calculate() {
var iq=0
var days = document.IQtest.Q1[3].checked
var time = document.IQtest.Q2[1].checked
var sleep = document.IQtest.Q3.value
var number = document.IQtest.Q4.value .....
Also, before when I had it working I couldn't get it to tell me that I had got the textbox questions correctly even when I had.
View 2 Replies
View Related
Apr 17, 2009
I have a form script that is made up of Text boxes, radio buttons, and drop down boxes. What I am wanting to happen is upon clicking submit at bottom of form, it should run a check to make sure all questions have been answered. So far it catches all the text boxes, but it's not catching the radio buttons or drop down boxes.. I have all of this under 1 form name ( is this where my problem is located? do I need to seperate into different form names based on type?) I am not wanting the answer given too me ( at least not yet ). I have done a search for multiple types of validation. But nothing seemed to clcik... Also Do I need another validation set up point for the Month, Date, year Drop down boxes?
[Code]...
View 4 Replies
View Related
May 24, 2011
I am looking to create a form in which, there will be multiple choices for the user to choose from. Each choice is a paragraph. The user will read the paragraphs and use the checkbox to choose which paragraph they prefer. There will be three sections of this type of choice field.the end, the user would have chosen three paragraphs, one in each field, in order to complete a one page essay. When it is complete, the user will see their essay, formatted and such and then will have the choice to save or print it out as a .pdf. Formatted just as they saw on their screen.
View 1 Replies
View Related
Apr 25, 2011
I tried many ways to do it .. but didn't work any of them ..
The idea is move the foot to room no.1 .. but i want to see the foot moving on the red line to the room
like this pic : [url]
View 7 Replies
View Related
Mar 19, 2010
i want to create a feedback form for my website [url snipped]. as i m using free host it doesnt allow PHP so i want to create it using JAVA. please help me create a feedback form which when submitted automatically send an email to my ID.
View 3 Replies
View Related
Jun 2, 2009
I feel a bit guilty for posting this here as it may be considered as spam, so if you do think that please ignore/delete. For the last couple of days I've been working on a form validation plugin and I've taken a completely different approach (I think, that is) from what already exists. The result is a plugin with less than 300 lines of code that does absolutely no form validation at all. WTF you may very well ask, and I explain: the core of the plugin basically assigns/save 'rules' and callbacks on an object. One way to save/create a rule is when extending the plugin, i.e. adding validation rules, onerror/onsucces callbacks and the like. Another is
[Code]...
View 4 Replies
View Related
Oct 27, 2009
I'm so happy my jquery is dispatching a serverside script (ajax) and it is working I have verified in the database.Now I would like to provide some feedback to the user so first go will be alert, later I will do something snazzy.I am just getting head around jQuery, so please excuse noobness of question. I will think that either one or the other of these alerts below would fire, but neither of them do and nothing also logs in the console.
View 4 Replies
View Related
Jan 22, 2008
I'm wondering if there is a way to check if a form is valid withouttriggering UI feedback for invalid fields in the form? I tried boththe $('#myform').valid() and validator.form() methods, but they bothtrigger the UI.
View 6 Replies
View Related
Mar 17, 2009
I would like to add a prompt when a visitor of my website leaves the site or closes the browser.The prompt should be to optionally give his/her feedback about the site.
--> User can fill a simple form with comment & email id --> In this case, the comments should go to our mail id
--> The user can also leave the site without giving the feedback, saying NO to the prompt.
How can I create this?
View 3 Replies
View Related
Jul 20, 2005
How can I make a textarea appear or disappear at the click of a button or
link?
View 4 Replies
View Related
Dec 15, 2010
I have a form all setup and working to add in rows to my table but when I submit or save, etc., the inserted rows do not show up in my page, the disappear.Here is the Code...
//CODE...PART ONE...
Code:
<html>
<head>[code].....
View 14 Replies
View Related
Apr 21, 2010
So, I have a content div and a floating sidebar (that's draggable). When I click on the content div, I want another div (with id #formatting) to appear inside the sidebar. This is already working.When I click outside the content div I want the #formatting div to disappear — but if I click inside the #formatting div it also disappears. How can I get it to stay there when I click inside the sidebar?Should I use an if statement, or are there other options?
$('#content').focus(function() {
$('#formatting').show('fast', function() {
//
[code]....
View 3 Replies
View Related
Aug 23, 2011
I have a problem with my draggables disappearing. They behave properly, correctly firing their function when the drop and correctly highlighting their droppable when they are dragged in. They are just not visible when they cross the Div dividing line.
View 1 Replies
View Related
Sep 30, 2011
I've been trying to find a good JavaScript code that I can use to make the text in my User Name and Password Input Boxes disappear. Does anyone know where I can get a good code for that?
View 1 Replies
View Related
Jan 29, 2010
I'm a beginning JavaScript programmer. What I do is looking for some code on the internet and try to understand to let it fit my needs.What I'm trying to do now is to let the default value of an input disappear onclick. It works fine except the default value of the password input are bullets instead of 'password'. Only when people give their password, it has to be bullets.
View 14 Replies
View Related
Feb 22, 2010
I'm not sure if what I'd like to do is possible, but it seems like it should be easy to do.
The website (and specific page I'm inquiring about) is
What I created is a list of projects, and upon rolling over a project name, an image appears that relates to that project on the right. Simple CSS trick.
In addition to this, I'd like for when the page first loads for there to be a placeholder image on the right hand side, and after the user hovers over the first project, the image would disappear and not return.
I think this makes sense to do so the user has something to look at before they start hovering over project names, instead of there just being a giant blank space.
Is this possible? It seems like it should be easy, but I really know nothing about Javascript.
View 3 Replies
View Related
Jul 28, 2005
I'm trying to make selected text appear / disappear depending on what the user clicks on. It works perfectly (as far as i can tell) in firefox, but in IE i get "Could not get the display property. Invalid argument". the strange thing is, it will make things disappear, but not show. I'm trying to change the display from 'none' to 'table-row' because that's the only thing that would display properly in firefox. here is the applicable [code]...
View 6 Replies
View Related
Jul 20, 2005
I have a case where the user can select several choices from my 1st <SELECT>
element. The user's choice on the 1st <SELECT> effects what the possible
choices are for the 2nd element. Currently the 2nd element is a <TEXT>
input, but I'd like to be able to make it a <TEXT> element when certain
items are selected from the 1st <SELECT> and a <SELECT> when other choices
are selected. Is there a way to either change an element from <TEXT> to
<SELECT> (and back), or to make a <SELECT> or <TEXT> element disappear
without re-writing the entire page?
View 1 Replies
View Related
Nov 29, 2010
how to let a message disappear after x seconds? It does work, but disappears almost immediately and then trows an error :(
This is what I have for now:
$
(
document
)
[Code].....
View 2 Replies
View Related
Nov 16, 2010
I have a nav bar, each link in it activates/triggers a megamenu (each link has its own megamenu). I need a way to have each link activate its own megamenu, the megamenu should close when:
1. The user clicks on another item in the nav bar.
2. The user clicks on the same item in the nav bar.
3. The user clicks on a 'close button' (X) graphic inside the megamenu (not shown in the HTML for simplicity sake).
HTML:
<div id="top-nav"><ul>
<li><span>Products & Services</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Support & Training</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Communities</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Store</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
</ul></div>
I've seen the script of 'Sexy Drop Down Menu' but the problem is that it closes the menu triggered by the click on hover, and as I said, I'm new to jQuery and I can't figure out a way to adapt it to what I need. [URL]
View 1 Replies
View Related
Jun 16, 2011
I try to fill text field with data from
templ<ul id="studentresults" data-inset="true" data-role="listview" data-theme="b">
</ul>
<script id="contactTemplate" type="text/x-jQuery-tmpl">
[code]....
the code work good templ fill textfield but the text style is disappear, I try to refresh the list but still the same problem, hope you have way to fix this problem
View 1 Replies
View Related
Mar 5, 2009
If you goto this page in IE and scroll down you will notice the text "Power, Safety, Simplicity, etc" Dissapears! This does not happen in Firefox. It could be a javascript issue but Im not really sure.
View 1 Replies
View Related
Mar 13, 2009
Can you explain to me why this code doesn't make my div appear/disappear? I'm new to JS, and just can't quite figure it out.code...
View 6 Replies
View Related
Sep 30, 2010
I make a menu and in one of it's item I want to show a sub menu under it when the user mouse is over it, I use onmouseover and onmouseout for this and I make the visibility of the sub menu hidden and when the mouse become over the item it's visibility become visible. the problem I faced is that when the mouse become out of the item of the main menu the sub menu disappear and I couldn't click on or over it.
[Code]...
View 10 Replies
View Related
Jan 29, 2011
How do over a game to identify with this link click counter and how do I update the page when the number does not disappear?
<script type=text/javascript>
clickcounts var = '0 ';
function count () {
clickcounts + +;
[Code]....
View 1 Replies
View Related