Tagged Questions
0
votes
2answers
46 views
How to use jQuery to add form elements dynamically
Here is my html:
<div id="extraPerson">
<div class="controls controls-row">
<input class="span3" placeholder="First Name" type="text" name="firstname2">
<input ...
1
vote
4answers
33 views
Jquery Ajax Submit a form when i click a button which not been in the form
I have this code:
$(document).on('submit','#roomsend',function(e) {
var form = $('#roomsend');
var data = form.serialize();
$.post('php/roomlist.php', data, function(response) {
...
0
votes
1answer
35 views
Removing all Spaces from the Password before submitting the Form
I want to strip all the spaces from the Password field after I submit the Form.
This is what I wrote:-
$(document).on("submit", "form#user-login", function(e){
e.preventDefault();
...
0
votes
1answer
20 views
How can i merge all forms?
I want to post all form fields in one new form and then submit it.
I use this code:
function submitAllDocumentForms() {
var arrDocForms = document.getElementsByTagName('form');
...
0
votes
1answer
38 views
Showing/Hide Tabs and Section Based On Checkbox Value
I am working on a form and want to show/hide tabs and their sections based on checkbox value. The code I have kind of works, but if you notice that when you check the three checkboxes, it unhides 3 ...
1
vote
5answers
40 views
jquery, alert when trying to submit empty field in form
I'm sure I must have missed something really obvious, but can't for the life of me see what it is.
I have the below javascript, that (in theory) looks at the form when I click submit, and tells me if ...
0
votes
1answer
23 views
jQuery: Firefox doesn't show file select dialog on certain input[type=file] elements
Summary:
I have several input[type=file]elements all across my web app, that do work well.
Well, 99% of them work just fine, but just now, I ran into a case, where Firefox does not show the file ...
0
votes
4answers
28 views
JQuery show div if field value < n and NOT empty
I am trying to work out how to show a div based on input to a field. I want to show the div if both of these conditions are true:
1) the field value is <=30
2) the field is not empty
at the ...
1
vote
1answer
18 views
Field depends on another field's answer in a survey form
I've been trying to solve this problem for days.. I have to make an online survey, the form is loaded dynamically depending on some previous choices by the user.. which means I can't use the "name" or ...
0
votes
1answer
22 views
Validation is not working in overlay
This validation works and the form is submitting when form is in the main or body container .. if I put the form in CSS overlay validation is not working and form is not submitting.
Please check this ...
0
votes
1answer
26 views
jquery accordion multi form in one page and when one form do not submit the other form remain lock
I need to make some changes to this page: http://sirpaff.selgis.com/v1.1/CrearNuevaFichaFamiliar.php
As you can see there has a jQuery script, this http://jqueryui.com/accordion/
I need that when a ...
0
votes
1answer
32 views
Form error handling ajax depending on user input
Couldn't find any valueable answers on this question:
Its a pretty basic ajax form process handler:
$(document).ready(function(){
});
function functionToUpdate(id)
{
var data = ...
0
votes
0answers
15 views
jQuery - Make users fill out form before video plays
I need to make it so that when a user clicks the embedded youtube video to play the video, a form appears where they have to submit valid info in order for the video to continue playing.
Where could ...
0
votes
2answers
19 views
Radio Buttons lose functionality inside a return false element
So I have a modal with a form. The form has two radio buttons:
I have this, which stops the modal from closing if the user clicks inside it:
$(".modal-content").click(function(e){
return ...
0
votes
2answers
49 views
Jquery Stop Submit if two fields empty
I am new to jquery and javascript but I wondered if anyone had any nice ideas about how I can show the user an error (alert) if they try to submit the form when both fields are empty.
Here is the ...
0
votes
1answer
48 views
Reload php scandir() without refresh
I'm using this script:
$userdir = '../../'.$id.'/';
$files2 = scandir($userdir);
$ignore = array(".", "..");
foreach ($files2 as $value) {
if(in_array($value, $ignore)){
...
-1
votes
5answers
51 views
PHP: change page action of a form by url in select
hy, i have a problem with a form. i know the question is simple but i can not have a solution. Well, this is my form:
<form id="search" method="post" action="cerca_redirect2.php" >
<select ...
0
votes
1answer
42 views
PHP included JavaScript is not working properly in Jquery Mobile
In my jquery mobile web app I include a Login-Form on every page the user is navigating to. I do that so that the user could login at every time he wants to, not just on the start page.
Since I do ...
1
vote
4answers
44 views
HTML5 color pick change span color
I'm making a form where you can preview the result. I've made this:
HTML:
<input type="color" id="color" />
<span id="colorchange">Foo</span>
JS:
$(document).ready(function() {
...
0
votes
3answers
76 views
Need to convert a $_FILES to $_POST in php
I have to input fields like
<input id="input_A" type="file" multiple="" onchange="doitgood();" />
<input id="input_B" type="text" />
and
function doitgood(){
...
0
votes
1answer
27 views
How I validate my Django Form with a File Upload
I want to validate my form but it uploads everytime the whole file before I get the feedback from Django which field is correct or incorrect.
Can I prevent the upload or validate it one some other ...
-1
votes
4answers
39 views
Change span when text field changes
I have a form with several text fields. I want to change a span tag when I write something in the field. Like this:
Any ideas?
0
votes
5answers
31 views
Jquery loop form to check for all empty fields then execute a function
I'm trying to loop form to check for empty field and then execute and function. I'm currently using something like this below that I found on this website but what is happening that the each loop ...
0
votes
1answer
18 views
Jquery Stepy Form Plugin jump to anchor
I am using a jquery plugin (Stepy) that breaks a form up into sections so longer forms can be tabbed. It works well except that when you click to a next step it will focus on the first visible input. ...
0
votes
1answer
17 views
Jquery file picker from server
I'm making a form in php. I want the visitor to either upload an image (that part is done) or select one from the uploaded files. Is there any cool jQuery/php script that will solve this?
I'm ...
0
votes
1answer
32 views
Update select form element with new entries
I have a single select element in a form that pulls user entered values from a MySQL db. There will be times when a user starts filling out the form and finds the select element doesn't have the ...
1
vote
1answer
16 views
Cancel form file upload submission
I work on a file upload form with some additional data and want to have a cancel button.
My site is running on Django. I submit the form over the normal way with a submit button without Ajax but I ...
0
votes
0answers
15 views
Move Gravity Forms input labels with jQuery
I'm using Gravity Forms on my site and found this about moving the input labels above the input boxes:
http://www.gravityhelp.com/forums/topic/change-position-of-sub-labels-on-advanced-fields
but it ...
0
votes
1answer
68 views
Twitter Bootstrap - Appending numeric stepper inline next to an input field
I'm attempting to code this:
https://dl.dropboxusercontent.com/u/233981/Numerical_slider.PNG
After some research, I found http://loopj.com/jquery-simple-slider/ which seemed like a great start.
So ...
0
votes
1answer
45 views
How to set value in textbox value after form submit?
How to set value in textbox value after form submit?
im using this js block but still im having troubles storing a value in a textbox or div
<script type="text/javascript">
(function($,W,D)
{
...
0
votes
1answer
34 views
Form submits only on the second Click. (only partially on first)
I have a PP BUY-IT-NOW button, which I'm using to perform 2 submits.
1) PayPal sandbox - buy (with a custom = "randnum" var)
2) My PHP file that submits the user info into my DB, along with same ...
1
vote
6answers
41 views
onSubmit validation changing label style
I'm trying to get this form to change label color after submission if the field is empty and then return back to normal when the field is filled in.
It's behaviour would be something similar to:
...
-1
votes
0answers
56 views
JQuery-Validate stopped working
I recently moved from Windows/MS SQL/Adobe ColdFusion to Centos/MySQL/Railo. When I did, my jQuery-Validate scripts stopped working.
There are no error messages, the validation simply does not run. ...
1
vote
3answers
39 views
Populating an input from two drop-downs with Jquery
So I've got an input field that I'm trying to populate using two separate drop-down menus. I've got it working with a single drop-down currently, but I'm unable to do two. Here's an example of what ...
0
votes
0answers
18 views
connection reset issue with jquery submit() function
I am uploading a big file (20 to 30 mb) with a form and the following jquery call:
$('#upload_form').submit();
The code works perfectly with small files. However, then the uploaded gets to 20 to 30 ...
0
votes
2answers
23 views
Referring a input name as a label in a form
I was trying to create labels for form inputs dynamically.
I wanted to set the 'name' attribute of the input as a label.
Is this a way to do it?
inputCheckbox.attr("id", key).attr("name", ...
0
votes
0answers
31 views
Submitting form with field on hidden page
The issue I have has been discuss on the DataTable forum but the solution does not work in my hands (http://datatables.net/forums/discussion/185/submitting-forms-with-fields-on-hidden-pages/p1).
...
0
votes
1answer
31 views
How to make jQuery form submission not refresh the page but add the content - AJAX like?
In my $('#my_form').submit(function() I have a code that should add some more information on selected song from my_form form. I would like it to be able to change content of info_table on each form ...
1
vote
1answer
42 views
JQuery selectors fine point
Was recently working on a website that involved some simple form submittals.
Rather than handle the submittals the classic, old-school html way (i.e. a form tag, with an "action=" attribute, an ...
0
votes
1answer
26 views
How to change DOM as 'if/else' statements are true individually, and also set variable to true if all if statements are true?
Wasn't sure how to phrase this question as per usual.
I've been working on this password validation for a while (few previous questions on it) and I'm getting closer.
I have an html list showing ...
1
vote
3answers
24 views
Setting Value or Text to an Unknown Element
I'm trying to set the value of an element, if the value can't be set (because it's not an input element such as input, select or textarea) then it must be an element that can be populated with the ...
1
vote
1answer
25 views
interpreting object for form append to DOM
I was writing a function to convert a json object to a form, appending it to the DOM.
I can't seem to get my syntax right; chrome dev tools gives me a "Uncaught SyntaxError: Unexpected identifier" ...
0
votes
4answers
32 views
using jquery append() to add a button to a form
I need to add a button to a form. I have no control over the logic that creates the form itself... but i can add code around the form, if need be.
The code for the form looks like this:
<form ...
-2
votes
1answer
69 views
Javascript FOR loop, form input variables [closed]
I am having an issue with incrementing form names to be pulled into jscript variables. ($('#p'+i+'_status'))
There are 10 of each status. For 1 input it should be $('#p1_status'), so I could simply
...
0
votes
1answer
57 views
Using onKeyup() to validate field based on input length - Jquery Form validation engine by posAbsolute
I'm using jQuery validation engine by posAbsolute and i've come across a problem I just can't figure out the solution to.
In the validation engine plugin each field validates onBlur by default. The ...
0
votes
1answer
31 views
Find link and send it with form to email
How could I make a simple html form (with only name & email) that when submitted a bit of Jquery finds a specific link on the page and send it along with the info from the form to a web server ...
0
votes
2answers
38 views
Form submit callback returning multiple times? And how to create a function for a null value in another function?
Sorry for the double question, I'm encountering a few issues as I try to crack this password change form. This is a follow on from my previous question here about submitting a form only if the 'if' ...
0
votes
3answers
37 views
live form results using javascript
I am trying to provide a message below the fields of a form. The message will depend on what is entered in both fields.
How would I go about making it so it calculates in real time using both the ...
1
vote
1answer
49 views
load a page inside page jquery div before posting form
I have the jquery code below which posts a form with checkboxes and updates the results according to the users choices. All works fine but I would like to automatically load the page first so that the ...
2
votes
2answers
58 views
How can I count the total number of inputs with values on a page?
I'm hoping for a super simple validation script that matches total inputs on a form to total inputs with values on a form. Can you help explain why the following doesn't work, and suggest a working ...




