Tagged Questions
-3
votes
2answers
43 views
Resetting textfield by clicking an image
I have an image that if clicked, the other div will opacity to 0 by using jquery. i want also that if the image is clicked, i will reset the textfield.
here is my code.
<div id=loginExit>
...
0
votes
1answer
53 views
Does jQuery encode special characters when using val('any text') on a Texfield, Textarea?
I'm confused about jQuerys val Function. It seems that it encode html special chars when set a value, but jQuerys Documentation tells nothing about.
Is this a Feature from jQuery or is it an internal ...
0
votes
0answers
245 views
how to display selection form drop down menu in a new html page
I created a drop down menu with dates to select that then opens into a new page. I want the selected date to be displayed on top of that new page. I am not sure which script to use for that. Here is ...
0
votes
3answers
215 views
how to validate atleast one value in multiple text field using jquery?
<script type="text/javascript">
var errorExist = false;
$(document).ready(function(){
$("#form3").submit(function(){
var get_count = $("#form3 input[type=text]").length;
...
0
votes
1answer
39 views
Search inArray & form textarea?
Currently searching array (inArray < 0). My new objective is to determine if the forms textarea :contains a match to new.value
Search array inArray but ignore case
If someone can offer some ...
-1
votes
1answer
92 views
Creating a dynamic textfield inside a grdiview
<?php echo CHtml::beginForm('','post',array('id'=>'base-si-received-item-form'));?>
<?php
$this->widget('zii.widgets.grid.CGridView', array(
...
-1
votes
2answers
123 views
input type is text unless the value is “password” [closed]
on my register page, I want the labels to be a value in the actual textfield, so when the value (is default) is "Enter Password", set the input type = text so that we can read it, but when the value ...
1
vote
2answers
90 views
Need to not inherit CSS (or reset it) on some text fields in a mobile layout using jQuery.mobile
I love jQuery mobile...it's pretty damn awesome.
However, I have a layout where I don't want to have my text fields use what jquery mobile does to them (round the corners, make them 100% width, add ...
0
votes
0answers
208 views
textfield onblur event
I have this text field
<?php if($row_questionset['Constructor']=="TextField"){?>
<?php while ($row_Answer=mysql_fetch_array($AnswersValue)){ ?>
<fieldset class="field" > ...
-3
votes
1answer
162 views
Usage - Text field after focus lost event with js
I'm creating a form questionnaire and which i want is to add record in the database after focus lost event of the text field.
I want save in a table "Usage" what the user insert before to do click ...
-1
votes
3answers
187 views
How to specify which characters are allowed in a textbox with jQuery?
http://jsfiddle.net/WhP8q/
I'm trying to restrict input to alpha numeric, 0-9, A-Z,a-z.
The ASCII table i'm referencing: http://www.asciitable.com/
Here is what I have so far
$(function() {
...
0
votes
3answers
2k views
Disable/enable text field with radio button (jQuery)
thanks for the past help. I am asking you again.
I want to have 2 radio buttons, which will change the state (Enabled/Disabled) of a text input.
I managed to make it come from disabled to enabled, ...
-1
votes
2answers
224 views
Changing value of text field with jQuery
I have a form input text field, and I want to change the text inside of the text field when the user clicks a button. I can get the specific textfield with jQuery, but cannot change the text with ...
0
votes
2answers
1k views
HTML Form field show/hide as per option selected from dropdown
Today I face another big problem on the way to developing my site. I have a normal form with some basic CSS. Now I want to use the form in that way, some fields will be hidden by default, the ...
-1
votes
2answers
870 views
Jquery : multiply two text fields and update into 3rd text field
here i have 3 text fields consider as a1,a2 & a3, now i need to do multiply the values of a1 * a2 and update the answer in to third field. how can i do this with jquery ? do we have any update ...
0
votes
2answers
2k views
multiple input field jquery.autocomplete
i want to make autocomplete for many text input field...
but with this autocomplete
<html><head><script type="text/javascript" src="jquery-1.4.js"></script>
<script ...
0
votes
1answer
238 views
Add a textfield dynamically with Jquery and Tapestry
I need to display dynamically 10 textfields in .tml file so that the user can remove or add the required number. I found an example with Jquery and html form, the problem is that that I didn't manage ...
0
votes
5answers
168 views
Need to get value of a text field, using a concatenated string for the id
Hi I'm not very good at explaining this in the right terms but I'm trying to retrieve the value of a textbox. The textboxes are in a table and each row has one and the id of each is made up of a ...
1
vote
3answers
633 views
Changing Img Src based on value entered in a Textfield
I need help creating a form with the following
TEXTFIELD(will be used to enter 7digit model numbers)
An image placeholder (will change the image placeholder's src based on a url for example it will ...
3
votes
3answers
124 views
checkboxes and textfields jQuery
I have 5 checkboxes in class check(named cb1, cb2, cb3, ...) and 5 corresponding textfields in class text(named tf1, tf2, tf3, ...). When one or more checkboxes are checked I want to count all checked ...
2
votes
4answers
1k views
Check whether the first character is a space
How can I check if the first character of the input field is an empty space or not with jQuery? I would need to check so that users can't enter a username like " rreea". Empty spaces after the first ...
1
vote
3answers
692 views
copy dropdown field selection into a hidden text field
I know this has been covered before, but i can't find exactly what i need....
to put things short, i need to copy the selected option from a dropdown field to a text box. And i have this code to do ...
0
votes
1answer
233 views
Efficient jquery way to select item and place in textbox
I have a problem in implementing and efficient way by using JQuery to select and item from combobox and place it in textfield.
See the image below the problem is when Firstly I select and element ...
0
votes
1answer
171 views
PDO::FETCH_ASSOC to Jquery
I need to fetch data from an associative array (PDO::FETCH_ASSOC)
and put it in 3 empty textfields below.
Can anyone help me with some code.
Thanks in advance.
Tried the example below, no luck:
...
0
votes
6answers
2k views
How can I disable the HTML textfield using this simple jQuery?
I have this simple jQuery code to test out.
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
...
0
votes
4answers
4k views
JQUERY input field value to be stored in a variable
I am unable to capture the value typed by a user in the textbox into a variable.
I do not want to use <form>, is there any other way to do this?
<html>
<head>
...
0
votes
0answers
589 views
Get xpath location of element in iframe(iframe from my domain)
I have a two codes and I try to connect this two codes in some way. Also in code is function for get xpath location but how to use this on iframe. $(#iframeID).... and function to write result of ...
2
votes
1answer
315 views
Comment Box like Twitter
What I am trying to achieve is something like comment box on Twitter web site. I want to set a perfect regular expression which can include URL format like htttp://www.abc.com, abc.com, http://abc.com ...
0
votes
6answers
150 views
jQuery result in text field
How to put jquery result in text field. Here is the code:
jquery:
$(document).ready(function () {
$('p, li, a, href').click(function () {
var xpath = getXPath(this);
...
2
votes
3answers
175 views
using jquery to create a text input combination?
i was wondering whether it was possible for jquery to make a text field only accept a combination of 3 letters and 4 numbers (eg ABC1234) - in that order?
1
vote
1answer
863 views
Turn Two Input Text Fields into One Jquery Range Slider
I would like to take
<form name='bid_range' action='".$action."' method='post'>
<ul>
<p><input type=text name=bid_from size=6 value='' /></p>
...
0
votes
3answers
84 views
script that pre-fills a textfield
I'm trying to find a script that will fill a textfield of say an optin form with a text like 'fill in your e-mail address' and dissappear when click on. I know they're all over the net but searching ...
0
votes
2answers
1k views
How to set the cursor position at the end of a string in a text field using jQuery?
I am using jQuery 1.6 and I have a text field for which I would like the cursor to be positioned at the end of the string\text after the field receives focus. Is there a trivial or easy to do this?
...
0
votes
1answer
407 views
jquery text input change on button click
I gone several thread in this site and others for working fix for selectionStart and selectionEnd for ie and decided to implement code from this site.
In simple html page there are multiple ...
0
votes
1answer
373 views
JQuery copy & paste data
To keep things brief I need to direct you to my website.
Please visit http://www.plotsandhouses.com/user/register. Scroll down until you see the address portion of the registration form.
You will see ...
0
votes
1answer
383 views
jquery show/hide field
I am having problems with getting my text field to hide/show properly. here is the example:
JFiddle Example
What I want is for the text field to only show when the selected value is equal to one and ...
0
votes
6answers
2k views
jquery how to get textbox value inside span element
I want to get the value of textfield(only one) inside span element using jquery but couldn't.
<span>simple span text
<a class="remove" href="javascript:" title="Remove">x</a>
...
3
votes
1answer
652 views
Remembering the last selected month in jQuery UI datepicker across multiple fields
I have a page with multiple datepicker textfields using the standard jQuery UI. I would like to set the default datepicker date to the last selected day or month for all blank fields, so the user ...
0
votes
1answer
364 views
jquery greybox conflict with parent page?
every one i am having a problem in greybox when the box/popup appears,there are text fields from the parent page still visible and i can type in them.please give/share any suggestions or idea. Best ...
0
votes
1answer
336 views
Javascript/Jquery - how to append the state/city fields?
EDIT
I am still baby in writing Javascript and I need your help in understanding how it works so please bear with me.
Say, if I want to have "Singapore" append to the textfield on the webpage ...
0
votes
2answers
334 views
Jquery & Datepicker - How to protect the value of a textfield from user changes? (and automatically rerendered the value of the calendar)?
Sorry for this simple question but I am really a noob and didn't find what I want in the jquery documentation.
Here is the story:
I have a text field in a form populated by a calendar in jquery ...
0
votes
2answers
178 views
Get input, and make it appear in html or another input field with jQuery
How can i make the input of an input textfield appear like output (this may be in another input field or just in html), when a button is clicked?
Thanks in advance!
6
votes
5answers
358 views
Alter text field focus order with jQuery
I was wondering, if I have text fields displayed so, could I alter the order in which the focus using javascript (preferably jQuery).
See this example here.
What I mean that when you tab around ...
0
votes
2answers
1k views
JQuery Question - Append value to hidden input field?
I have three form fields: name, first name, and lastname. The name field is hidden and I'm trying to set the value to the firstname + lastname on keypress. I'm also trying to format it so that the ...
1
vote
4answers
4k views
JQuery Empty A Textfield When I click in it
How do I empty a textfield (html form) if I click in it to write something.
Pseudo Code:
On click #searchform
Erase String in #searchform
0
votes
2answers
372 views
identify textfield value to hide the DIV in jQuery
i have a textfield:
<input type="text" id="modname" />
and a div:
<div id="tuner">
<tr>
<td width="400">
Tuner
<div ...
2
votes
2answers
3k views
Grails: How to make a g:textfield autocomplete?
I have a g:textfield, and I want to write something and then show me all the options possible that start with the same letter. I understand that is called AutoComplete.
Maybe using jQuery or ...
0
votes
1answer
245 views
How do I make a jQuery script work on Grails?
How do I make a jQuery function work with Grails??
I installed the jQuery plugin and added grails.views.javascript.library="jquery" at the end of conf/Config.groovy
And when I trigger the function I ...
1
vote
4answers
322 views
How to load data on a text field?
I have two text fields and whenever I write a number in the first one, it should give me its name on the second field.
Let's say I write 11 on the "first" field, then it should automatically put the ...
216
votes
13answers
129k views
jQuery Set Cursor Position in Text Area
How do you set the cursor position in a text field using jQuery? I've got a text field with content, and I want the users cursor to be positioned at a certain offset when they focus on the field. ...


