57 questions
1
vote
0
answers
759
views
Spinner using spin.js Not Spinning
Good day Guys,
I am trying to use a spinner that shows on the entire page when i click on Submit button. The below are the codes snippets.
This is the JS code
<script type="text/javascript&...
0
votes
1
answer
296
views
Use jquery UI to format input but get raw values for calculation
I have a calculator with various number inputs in different formats (currency, percent, etc.).
I'd like the inputs to be formatted when typing to make it easier to use the calculator.
So far I've ...
0
votes
2
answers
1k
views
How to stop/hide jquery spinner after downloads completes?
In my program when user clicks the submit button (the submit button is in jsp file), the jquery spinner shows up. At the same time the request is sent to java servlet. The servlet handles the request, ...
0
votes
0
answers
355
views
Increment or decrement values of multiple spinners
I have a single spinner on my webpage which is working fine. Below is my code.
<div class="input-group spinner">
<input type="text" class="form-control" value="0" style="width: 67px; ...
0
votes
2
answers
346
views
When I right click on jquery ui spinner it increments automatically non-stop. Any way to fix this?
This issue is experienced only in Linux and Mac OS. It seems to be a jQuery spinner bug.
The spinner under the link has the bug too:
https://jqueryui.com/spinner/
<input class="spinner"/>
$("....
2
votes
1
answer
3k
views
Importing JQuery UI from TypeScript
I'm having a basic misunderstanding on how to use JQuery and JQuery.spinner with TypeScript.
I've moved the javascript entry point of an existing project from html tag to it's own TypeScript file "...
0
votes
1
answer
458
views
JQuery UI is not compatible with Globalize 1.x
I am having a problem using globalize.js 1.x with jQuery UI spinner.
I would like to display appropriate currency symbol next to the number in spinner. But I am getting the error from following two ...
0
votes
2
answers
3k
views
jQueryUI spinner is not working
I'm trying to change the border width of a div with jQueryUI spinner. But it is not working for me. I have a div called ".active" and an input which an id called "#a2". When the user changes the value ...
1
vote
0
answers
182
views
How To Get Jspinner max value from input field attribute
Using While Loop i'm generating below given jsippner i want put max value of each Spinner Input to number which is given in previous "Available Room" column... I have used below given Jquery to add ...
1
vote
3
answers
439
views
Pull HTML Value into Javascript Variable
I have a table with multiple columns with one column being a checkbox. Whenever that is checked, it displays another column cell to the right of the table with an up/down spinner to set a value.
The ...
0
votes
0
answers
495
views
jQuery UI Spinner + Custom Theme - Buttons Under Input
I am trying to apply a theme-roller theme to a page with jquery-ui spinners. Once the theme is applied the buttons for the spinner are mostly hidden under the input.
Here is the entire page:
<!...
0
votes
2
answers
3k
views
jQuery spinner arrows not visible
I have seen a previous post on this Jquery Spinner arrows not loading (visibility)
but I still can't seem to load or see the spinner button images, although the spinner works fine. The css file path ...
0
votes
0
answers
375
views
how to add spinner till content load fully inside dialog box
I'm opening my edit form inside dialog box. but when click on edit button first it load empty bo with submit and cancel button and content load after around 3 seconds. How can I load spinner till ...
-1
votes
1
answer
1k
views
jQuery Spinner - get value from spinner
I am using jQuery Spinner and dont know how to get value from spinner to use in javascript code.
JS - in separate library i need to call value
function calculate (){
var result = 15 * ...
0
votes
1
answer
148
views
how to use two stop event in jquery ui spinner
In the below code I need to execude show_error method with debounce (delay) and show_value method without delay.
Both methods needs in stop event only how to do it ?
$("#test").spinner({
stop: ...