Tagged Questions
0
votes
0answers
26 views
jQuery get value from input type=number containing dash / minus
I have an <input type="number"> as I want the numeric keyboard on mobile device.
I need to get this value in javascript/jquery, which is normally just $element.val().
This works as long as ...
-1
votes
3answers
59 views
How to round off 9999999999999999 to 9999999999999998
In my case, i am converting a string value of '9999999999999999' to integer using parseFloat(). But it converts to next number of it i.e. 10000000000000000. But i need to convert it to before of that ...
0
votes
3answers
27 views
jqGrid sorting some columns while others don't
I'm new to jqGrid and experiencing something strange.
The data from the xml is successfully loading in the table.
When I sort on a name in a column the rows are sorted correctly.
Now in some columns I ...
1
vote
3answers
64 views
Jquery show number within div in alert
hi
i want to show number with in Div in alert like this
<script>
var sec = $('#demo').html();
alert(sec);
</script>
<div id="demo">100</div>
code most be show 100 ...
-2
votes
1answer
49 views
Generate 5 random numbers that it SUM a determinate quantity in PHP or JS [closed]
I want to set an x number for example 4000 and I want to set in how many random numbers that will SUM that number
Number: 4000
how many random: 5
Result:
1538 597 817 693 355
And if I sum that ...
0
votes
1answer
19 views
Generic Textchange Event
I am creating a android phonegap app, I want to create a generic textbox number validation for entering only numbers (0-9). No decimals(.). I can easily do it by passing different 10 different id to ...
0
votes
0answers
40 views
jquery doesn't detect a change event in text boxes for fractional value changes?
I am using jQuery and created a change listener on some text boxes that hold numeric values with 2 decimal places, if the integer part is changed then an event is triggered, if one of the decimal ...
-2
votes
1answer
54 views
if doesn't work in javascript function
I use this function to validate one input element :
function validerInput(qte, qtemax) {
var floatRegex = /^((\d+(\.\d *)?)|((\d*\.)?\d+))$/;
if (floatRegex.test(qte.value)) {
var a = ...
0
votes
0answers
20 views
Jquery scientific form to expanded number
What I'm currently trying to do is create a web page that would allow a student to practice scientific notation to expanded form. Most of it is complete, what I need next is to create one function ...
0
votes
1answer
45 views
JQuery if statement with negative & positive values
I got two variables in a function: $x= -660px and is fixed and $y which is reduced by 20px each time the function is called. $y = 220px the first time the function is called.
In the function I got an ...
0
votes
1answer
54 views
Format a telephone number in an INPUT on the fly
I'm looking for a function that will reformat a telephone number as the person is typing it in so it will come out as: (212) 477-1000
I found a snippet and created a function that will take the value ...
0
votes
2answers
43 views
Javascript math power real/irrational_number library [duplicate]
I was looking all around the web, but could not find anything that helps me.
I need to do math: 10^(1.7), but javascript doesn't allow that. Can someone have sort of code or knows some library that ...
-1
votes
1answer
54 views
Jquery/Javascript/PHP: Display every number with two decimals
I have a (hopefully) quick and short question. I try to find a Javascript, Jquery, or PHP function that allows me to display every number on a webpage with two decimals. Basically, 0 should be 0.00, ...
4
votes
2answers
110 views
Javascript regex matching string ending with number inconsistent
I have the following regex patterns that matches all the 'act' that ends with numbers within a list of URLs.
Regex pattern /\/ch(\d+)\/act(\d+)/gi
Javascript code
pageSrc[1] = "../ch01/index.html";
...
0
votes
1answer
224 views
datatables… Sort don't work with numeric-comma… Why?
I use the jquery datatables with server_processing.
This reminds me server_processing in datatables
numbers (or words?) with the ',' separator for decimal.
$ inter = trim ($ aRow ['carat']);
$ row [] ...
0
votes
1answer
42 views
Jquery, how to work with high numbers
I need to validate some integer number which is 22 chars long. I need to divine and get good bad part of divining. BUT, when I send it to function, function gets this 7.04406000774059e+21
labas = ...
3
votes
5answers
103 views
Finding the closest number downward to a different number from an array
Example: I have an array like this: [0,22,56,74,89] and I want to find the closest number downward to a different number. Let's say that the number is 72, and in this case, the closest number down in ...
0
votes
2answers
151 views
wrap paragraph lines into span-tags (with jQuery) and use conditional classes
I am trying to wrap each line of a paragraph into a span tag. That works so far (thanks to the code I found). Now I am trying to bring in conditions. What I want is to check if the string (o a certain ...
0
votes
1answer
261 views
jQuery Passing String Parameter With Number (#) Symbol
I am calling a jQuery Modal Dialog function from ASP.Net and I am passing some parameters to it. One of the parameters contains a # symbol across and for this reason, the jQuery modal dialog call does ...
-1
votes
2answers
113 views
Jquery: Get Highest Number Of An Array [closed]
With jquery, how can I get the highest number of an array?
Thanks
0
votes
2answers
60 views
Get number from a Javascript class code
I am messing around with a button on the internet and have got part of my code working, clicking the button automatically only 133 times in a 200 millisecond interval.
var count = 0;
var thingy = ...
1
vote
2answers
139 views
How to do jquery validation on something that is equal to zero, but not when its null/empty
So I want to validate a textbox that I have, the user can leave this box blank which is fine. However if they enter the number 0 in it, I want an error message to appear. However if it say is it ...
1
vote
0answers
217 views
Jquery Validation + Globalization + applied to all numeric fields instead of just the ones that is required
I am trying to build an application in asp .net mvc3 for India. I have used jQuery globalization to validate numbers in the Indian format.
My code is as follows:
<script ...
1
vote
1answer
484 views
Jquery number validation + India
This is a more region specific question. I am developing an application for India in asp.net mvc3.
I have a field which takes decimal values. The jQuery validation fails for this field if the numbers ...
1
vote
1answer
209 views
Sort multiple columns sorting when clicking on a single column's head with DataTable
I'm trying to sort 2 columns with the DataTable plugin for jQuery (latest version). With that, It's okay onload.
$('#example').dataTable( {
"aaSorting": [ [2,'asc'], [3,'asc'] ],
});
I have ...
-2
votes
3answers
85 views
How can i devide number into each digit (example) 11 = xy, x=1, y1
I have following object
var obj = { b0: 11, b1: 12
b3: 21, b4: 22 }
I need separate digits and give look like coordinates (for future manipulation) to each one when first digit is x and ...
2
votes
1answer
231 views
How to rotate an image by a random amount using CSS?
I have a gallery of 20 images on my web page that I would like to rotate by a random amount (-5 to 5 degrees) upon hover over each image. If possible, I'd like to use just CSS. If not, I would be open ...
0
votes
6answers
192 views
How to count in jquery, adding and subtracting numbers
I have this little script. I need to add and remove elements at my shop basket. So i have a simple counter, but it's not work corectly. When i'm parsing actual number and add another one everythin is ...
0
votes
1answer
49 views
Grabbing text data from html to a variable
JSFiddle : http://jsfiddle.net/veksen/Wa4pA/4
what seems to be valid code in my eyes doesn't work. I used a similar method earlier in the code and it worked fine, now my variable isn't affected. I'm ...
0
votes
2answers
291 views
jQuery Mobile number formatting?
I am pulling in a bunch of mobile numbers from a JSON file that are pulled in elsewhere so i cannot chance the document formatting unfortunately so i have to find a work-a-round!
It come in looking ...
-2
votes
1answer
152 views
JQuery Game Button Generator
I have been looking for ages for a game idea I have. I have just started off with JQuery and I want to know how to make a game where you click a button then it respawns in a different position.
All I ...
0
votes
2answers
54 views
Change number to the closest from the list of numbers
I have a list of numbers. I have a input type='text' form where someone can write any number.
But I want this number that he entered to change to the closest one from my list.
For example my list ...
2
votes
2answers
658 views
Slider with left right navigation & numbers
I want some jQuery slider with:
left side left navigation or an left arrow image
right side right navigation or an right arrow
List item
numbers 1, 2, 3, ... under the image...
Can anyone ...
1
vote
1answer
124 views
Hash and the Numbers
I have a gallery in jQuery Elastislide.
Each pictures of the gallery has a corresponding Hash.
For example : *www.example.com/gallery.html#4/title_of_the_picture*
So, when I reload the fourth ...
1
vote
1answer
209 views
JQuery script doesn't work twice
I am trying to create a quiz within a website page. The aim is that every time you press next, a new question will open up within the page. However, calling upon the script a second time doesn't work.
...
-2
votes
1answer
247 views
Why am I getting $NaN on this page?
On this page: http://firstglobaltitle.com/net_sheet_calculator.php I keep getting $NaN instead of a number. (Code starts on line 155.) How can I get a number output instead of $NaN.
function ...
1
vote
3answers
137 views
appending an incrementing number inside each div element
I have a page with multiple div, and I'd like to add an incrementing number inside each div.
I thought this would do the job but it isn't:
$(document).ready(function(){
var i;
while ( ...
1
vote
2answers
1k views
jQuery validating input type number
Im trying to set function onFocusOut event with jQuey like:
$(':number').keypress(function (evt){
//validating cone
}
but it can't select number types throwing an error Error: Syntax error, ...
1
vote
2answers
148 views
ATM style decimal places
I'm working on getting an old piece of code working, from 2003. I'm trying to replicate an ATM style decimal textbox. This code claims to have worked for someone, but I am having trouble implementing ...
0
votes
1answer
36 views
Getting variable for X
>> Fiddle <<
So, this fiddle works as it should: when two radio's with a different name attribute are checked, text is shown which echoes the values of these buttons.
However, what if there ...
0
votes
2answers
91 views
How can I work with decimals in javascript?
For the last hour I've tried several different solutions but none have solved my problem.
I have various input fields containing a decimal number (price of product) e.g. 98.00.
Looping through a ...
0
votes
1answer
496 views
jquery animate number
I am trying to animate a number value, this scenario from actionscript 3:
import caurina.transitions.*;
var p1:Point = new Point();
var t:Number =1;
var xv:int=500;
var yv:int=300;
...
3
votes
2answers
197 views
Adding span to numbers using Jquery
So I have been dabbling around in jQuery a bit this week. Trying to add some cool things to a wordpress theme I am currently working on.
With the help of this wonderful site, I received the following ...
1
vote
2answers
106 views
How to define “n” as any natural cardinal number variable
So I have always wanted to do something like this, but never knew how to use an undefined natural variable (e.g. 1, 2, 3, 4, 5 ...)
I want something like this:
if($("#container").width() == 400*n) ...
1
vote
2answers
1k views
jQuery input limit numbers/digits to 4, but text can be infinite length
How can I have an input that is limited to 4 numbers/digits, but if text is typed the character length is infinite?
Final working code:
function isNumber (o) {
return ! isNaN (o-0);
}
...
0
votes
4answers
279 views
JQuery adding number value
can someone help me debug this please???
i'm really don't know whats wrong with my code...
i'm trying to add number value to another number value.... but it does not work as i expected...instead it ...
0
votes
1answer
33 views
Jquery miss post 18 char value
I am trying to code a simple admin interface with simple jq operations for validating posts. In my database the post ids are stored like, "204906887878148096" ( 18 chars ), when i echo it is normal ...
1
vote
3answers
147 views
Passing numeric variable in jQuery
Why can't I pass the num variable to this function like so:
function getColumnData(num) {
var colVals = $('#newtable td:nth-child(num)').map(function(){
return $(this).text();
...
0
votes
5answers
57 views
jquery apply numerical class to child elements
I can't seem to figure out how I would go about adding a class to a group of elements inside their parent.
Example:
<div class="block">
<a href="#" class="thumbnail"></a>
...
0
votes
2answers
199 views
jQuery keyup - not visible second input
HTML:
<div id="block">
<input type="text" value="1" id="number" />
<div id="price"></div>
</div>
<div id="block">
<input type="text" value="1" id="number" />
...

