Tagged Questions
0
votes
1answer
53 views
How to check if button is clicked while text input has focus using jQuery
I'm relatively new to code and have been building a little project called http://keyboardcalculator.com/ to improve my jQuery.
I'm trying to add some more features to improve some things - and I've ...
4
votes
3answers
582 views
How to prevent keypress two digits after a decimal number?
I have got a task to prevent keypress two digits after a decimal number.
My jquery file is
$(function(){
$('#name').bind('paste', function(){
var self = this;
setTimeout(function() {
...
0
votes
2answers
58 views
Show succesfully saved message next to the input field
I have a form which has edit and save buttons switched to make the input box editable and disable.
What I need here is to add a successful message next to the input box.
HTML
<form>
...
1
vote
1answer
76 views
Filter search for <ul>
I have a list of users as well:
<ul>
<li class="thumb selectable arrow light" style="margin-bottom:-5px;"
data-image="http://cdn.tapquo.com/lungo/icon-144.png">
<strong ...
0
votes
3answers
104 views
How do I get all spans created in my HTML page using jQuery
I'm getting all input texts in my HTML page by using this:
var inputs = data.context.find(':input');
$('#result').text(JSON.stringify(inputs.serializeArray()));
Then I have an JSON string with id ...
0
votes
2answers
45 views
Update parent with text input value
Okay, so I have a dialog with inputs. When closing the dialog, there is a function to update the parent UL. The parent LI within that UL should have the text input value. It's not working. Please ...
0
votes
1answer
123 views
How can I make an input text inside an popover autocomplete
I have an popover which has one button and one input text. This popover opens whenever I click on an specific image. I'd like to make the input text inside the popover become autocompleted.
Here's ...
0
votes
2answers
66 views
How to style the popup element which shows on a textinput?
I am building my own custom search with google search api.
How can I style the popup which shows when selecting an input box ?
Its some sort of search-input history popup.
I guess this may be only ...
0
votes
1answer
85 views
able to focus but not type in input box using jquery
Basically i have a series 5 rows of text boxes (each row contains 3 columns) and single text area ...tabbing at the end of column3 should take it to to the text area and then tabbing from the text ...
1
vote
2answers
577 views
How do I get active element class with Jquery if it's dynamic
When I try to get the active element in javascript (document.activeElement.tagName), it keeps returning BODY. The input element was created with jquery.
Here's the situation:
On page load, I created ...
0
votes
1answer
231 views
jQuery select menu and text input search
I'm creating an image search function, that will be used on the homepage of the website, linking to the websites photography library.
I've created a select menu with all the Image Gallery Albums ...
1
vote
3answers
118 views
Pre-focus input box before fadeIn
I have two input fields. The second input starts focused. I then want to fadeOut both inputs, having the second input staying focused until the end. Finally, I want to fadeIn both inputs and end up ...
0
votes
1answer
119 views
how to display correct data in a text input using jquery
Below I have a form which consists of a text input whichs holds details of the student's current course and a course drop down menu which consists of a list of courses.
<form ...
0
votes
3answers
121 views
jQuery Remove part of a value from an Input box
If you see my JSFiddle (bottom of post), my main problem occurs when I delete the tags from the input box on the left, they aren't removed from the box on the right, and I'm not sure how to go about ...
1
vote
2answers
349 views
Use Ckeditor like a simple input text
I need to use CKEDITOR ( http://ckeditor.com/ ) like a simple
<input type="text" />
I modified the file config.js adding the following settings:
config.toolbar = 'SimpleVersion';
...
2
votes
2answers
132 views
Input field hidden dynamically can not be shown later
I have a form with a text input and a radio button pair used to select yes/no. For purposes of keeping this simple, the radio button click event checks the value and if yes, it shows the input text ...
5
votes
2answers
570 views
How to simulate typing in input field using jQuery?
What I want is to simulate typing in <input> field using javascript.
I have the following code:
var press = jQuery.Event("keydown");
press.ctrlKey = false;
press.which = 65;
...
0
votes
0answers
111 views
input text field value returning false
I have and html form that I validate using ajax. However, when I want to retrieve the values for state and city, they always return false. I tried everything but I don't know whats going on since ...
0
votes
1answer
287 views
Can't type in text field on popup lightbox
I created a lightbox in jQuery that brings up a text input field, but for some reason I cannot type in the input field, it automatically deselects. If I hold down the mouse button and start typing ...
0
votes
1answer
114 views
How to style Text input in jQuery editable
I have to customize perfectly the Text Input in my Table made with jQuery editable.
If you look up here and you click on Wordpress Design you can edit the text in the text Input created. My problem ...
2
votes
3answers
217 views
How to selector ID textbox array using jquery
I have code HTML
<input id="info[text1]" type="text" value="1"/> <br>
<input id="info[text2]" type="text" value="2"/> <br>
I want to select id='info[text1]' using jquery but ...
0
votes
1answer
129 views
Make Text Input Scroll Before Reaching the End
So here's what I already have: When a user starts typing into a text field, a "clear" button appears within the right side of the text field that resets the search. However, since the image appears ...
0
votes
3answers
949 views
Hidden ASP.NET textbox values not working jquery
I have an ASPX page where in I need to set the value of "FirstName" with "YourName". Both are textboxes. "YourName" is set with visible=false on the page. Problem is Jquery works only visible=true.
...
0
votes
1answer
151 views
How do I add values from radio and input text to another input text when selected?
I have a radio list to pick a payment value. When you choose the payment value it adds to the amount text input.
I also have an option for 'other amount'.
What I would like to do is click 'other ...
0
votes
1answer
138 views
how to change property of all text boxes matching particular class using jquery
this is my jquery code. http://jsfiddle.net/geekrule/ZnAvP/1/
as i select an image,a text-box is added with the image's source and a 'name' property is added.now when i unselect the image,i want the ...
0
votes
1answer
512 views
jQuery Input Text Clear, Return to Default no Entry
I'm currently using inline javascript to clear an input text's default value on focus. If the user does not enter anything, the default value is shown once blurred. Code as follows:
...
1
vote
2answers
229 views
IPad text input types - labels in input
If you look at this link you will see an ipad type of text boxes.
Notice how the label is actually inside of the button.
I was wondering if there is something similar in JQuery Mobile as I have not ...
1
vote
4answers
646 views
Increment/decrement value of one of many similar text input with jQuery
The fallowing table has many identical text inputs...
<table>
<tr>
<td>
<a href="#" id="plus"><img src="plus.png" width="12" height="12" /></a>
...
3
votes
4answers
14k views
jQuery - on change input text
I am trying to make a function which will execute when the value of a text input field is changed. The value of the field changes when a table cell is clicked, not on keyup, nor paste. I tried it like ...
0
votes
3answers
582 views
Is there a concise jQuery selector for a list of specific input types (type='text', etc)?
Is there a more concise way to do this?
// exclude all HTML 4 except text and password, but include HTML 5 except search
var inputSelector = ...
3
votes
3answers
636 views
Paste multiline text in input type text (not textarea)
I have a input type text where the users enter numeric codes separated by , or by - (to make a range). I'd like to allow the user of my site to paste a codes list. I've already managed to bind paste ...
0
votes
2answers
614 views
echo value from 1 input box into another with jQuery
I have an AJAX powered form which is more like a 5 step wizard. There are no page refreshes until the data is submitted at the very end.
On an earlier step a value is entered into a HTML text field ...
0
votes
1answer
80 views
when checkbox has jQuery assigned to it, tick no longer works
I'm having a strange problem with a checkbox on one of my pages. Basically I have a bit of jQuery ( below ) assigned to it so that when it is clicked the fields below fill up with the same info as ...
2
votes
0answers
562 views
How do I set cursor focus to end of input after using keyup function
I got this script off 9lessons.info and it is supposed to auto suggest friends when you type an @ symbol.
The Problem is after getting name from database, the curser points to the beginning of the ...
0
votes
1answer
141 views
Getting input from input-boxes inside tables
<!DOCTYPE html>
<html>
<head>
<style>
p { color:blue; margin:8px; }
</style>
<script src="http://code.jquery.com/jquery-latest.js"></script>
...
1
vote
1answer
203 views
getting input from last input-areas in an array of dynamically generated text inputs
In this piece of code, whenever you click the OK button, a number is displayed below it and right next to that number is an input field. This happens 10 times, each time a new number is displayed ...
0
votes
1answer
599 views
jQuery blur not working
jQuery's blur() function refuses to work. Although the input value gets saved, it doesn't show. Can anyone tell me why? I've also tried on('blur', function(){}); with no luck.
...
0
votes
3answers
57 views
Be able to edit the text of a <p> on click and change the original value
Is there a way to be able to edit the text in a <p> element when you click it, like make it a text input when you click on it, I can kind of manage this on my own, but would like to know a ...
5
votes
4answers
121 views
Have text that clears when you click on it
I would like to know how to implement something like stack overflow when you post a question: "At least one tag such as (css html asp.net), max 5 tags.
How can I implement something like this for a ...
0
votes
2answers
456 views
jQuery Add http:// as prefix to text input if there is none
I have a text input that need an url as value (complete of http://) and I want that if the user don't writes it himself if gets added automatically. My code as follows,
jQuery
...
0
votes
2answers
96 views
How to change the text input value to none in this existing project upon focus, in jquery
I have this so far: http://jsfiddle.net/26eVE/4/
I want that when the user clicks on the small input field (that one with value 1 as default), the value changes from 1 to "".
EDIT: Also after the ...
3
votes
2answers
626 views
jQuery: How to focus on input text field such that the cursor is placed at the end of the text?
Consider the following example: (demo here)
HTML:
<input type="text" />
<div>Click here to set focus</div>
JS:
$(function() {
$("input").val("Hello");
...
0
votes
1answer
344 views
Use Farbtastic with classes instead of id's
I've got:
<input type="text" id="color1" value="<?php echo get_option('color1'); ?>" name="color_picker_color1" /><div class="farbtastic_color_picker"></div>
<input ...
1
vote
3answers
3k views
jQuery move cursor to end of text input
Currently I have an input box which has the value "Current Website"
When they click it I run this function:
function clearMeHttp(formfield) {
if (formfield.defaultValue == formfield.value) {
...
1
vote
3answers
1k views
.trigger('create') method doesn't work with text input / iframe
So I'm dynamically inserting text inputs into a jQuery mobile page that is inside an iframe. I can get it to insert correctly but the trigger('create') method doesn't apply any jqm styles, although it ...
3
votes
3answers
4k views
CSS: How make the cursor to become a pointer on the input file?
How can I make the cursor to become a pointer on an input file or an input text when you hover it?
My try but it does not work of course,
<input type="file" style="cursor: pointer;"/>
Or do ...
0
votes
3answers
2k views
How to clear the content of the html input text field using Jquery
I am having a html text field which can hide.
When hiding I want clear the text field.
I used this and it doesn't work.
$('#id').val("");
And I tried $('#id').text(""); as well.
It removed the ...
0
votes
3answers
347 views
How to detect if some text box is changed via external script?
I have some jQuery plugin that changes some elements, i need some event or jQuery plugin that trigger an event when some text input value changed.
I've downloaded jquery.textchange plugin, it is a ...
1
vote
4answers
332 views
Grab text input as the user types
I'm trying to update a span tag on the fly with data from an input text field. Basically I have a text field and I'd like to be able to grab the user's input as they type it and show it to them in a ...
1
vote
2answers
289 views
Jquery .select() with .live()
How do I make this trigger when I select the text in the input?
It has to be live/delegate
$('input:text').live('select', function () {
alert("selected");
});
Updated to input:text by popular ...

