Content script can't see initialization spinner
Hey, I've been writing a content script to do some form filling. The website I am trying to do this on uses the jquery spinner widget for one of the values. Using the Chrome console and manually performing every command, all of this works fine. However, when I try to let the script run it I get this error: Uncaught Error: cannot call methods on spinner prior to initialization; attempted to call method 'value' at Function.error (jquery.js:253) at HTMLInputElement.<anonymous> (jquery-ui.min.js:6)
Jquery-UI Spinner. Custom HTML
Hello! I have jquery-ui spinner like this: https://codepen.io/emdm/pen/ZVwOaQ But i want spinner like this (input field is between the buttons): https://www.cssscript.com/wp-content/uploads/2016/10/Animated-Input-Spinner.png?w=331 How can i do?
Spinner not working? Buttons are hidden
Hi, I was creating an asp.NET project. I have several sliders, a custom theme and more, but when I tried to implement the spinners, they aren't showing correctly (Up and Down arrows not showing, like hidden but not collapsed). I'm using: -jQuery JavaScript Library v1.10.2 -jQuery UI - v1.12.1 - 2017-02-15 -Bootstrap, modernizr, respond... My initial html is a input type="text" with a margin-right of 10px. Nothing special. Once I call $("#mySpinner").spinner(), It's get modified into a span with 1
css corner
I edited theme with 8px corner for dialog, tooltip etc. I don't want corner for form fields and prefer to keep them normal. So is there a trick to override corner setting for spinner that it looks without corner?
Spinner control Spin event | Keep on firing again and again
Hi , I am trying to use Spinner control and wants to control the next value that should be set in textbox if user either directly enter or use step-up or step-down buttons. for this i am listening to "Spin" event and assigning a function to this event. in this event i am trying to check if next spin value is one those that i do not want then i increase the value and set it using "value(value)" function. what happening is this event keeps on firing even if i remove all my code from this event ,
Spinner Doesn't Work While AJAX Does Its Job
I'm trying to get a spinner to show up while my form does submitting data. So far, my AJAX works absolutely fine and does its job; but the spinner just won't show up! Here's my JavaScript (properly queued inside WordPress) - -- jQuery(document).ready(function($){ //'use strict'; $("form").submit(function() { event.preventDefault(); $(".myspinner").css('display', 'inline-block'); var wpajaxurl = document.location.protocol + '//' + document.location.host + '/wp-admin/admin-ajax.php'; var form = $(this);
JQuery UI Spinner
I have used alot of jQuery UI widgets in Form submissions, like datepickers, etc. I am having issues with the spinner. When I submit my form, the spinner input field is always 0. Here is my jQuery code: <script> $(function() { $( "#tpi_score" ).spinner({ step: 0.01, min: 0, max: 5, }); }); </script> <!---Form input field---> <input id="tpi_score" name="tpi_score" value="0.00" size="5">
Cannot get the value of jQuery Spinner by $_POST in php
I am using jQuery Spinner in a form just like Select Option. $("#hourlywage").spinner({ min: 50, max: 1000, step: 10, start: 50, culture: "en-US", numberFormat: "C" }); After submitted the form, I can get value from Select Option by $_POST['select']. However, there is nothing in the value of Spinner get by $_POST['hourlywage']. Is there anything I have missed or the method is wrong?
The value of spinner inside table cannot be got by $_POST
I am using jquery-ui with spinner. I found that the value of spinner inside table cannot be got by $_POST. <table> <input id="spinner" name="spinner" value="5"> ...... ...... ...... </table> In this situation, spinner is discarded. Would anyone try this and solve the problem?
Spinner buttons does not work
Hi! This is my first time using Spinner widget using jQuery v1.9.1 and jQuery UI - v1.10.3. I am using it into a table, where I have two spinners by row that have a css class named 'porcentaje_spinner'. To configure all spinners I use the following code: $( ".porcentaje_spinner" ).spinner({ min: 0, max: 100, numberFormat: "n" });When I open the web page on browser (Chrome, Firefox and IE10), spinner get configured, up and down arrow buttons show correctly. The problem
Disabling keyboard input for Spinner
Hello all, Am new to jquery and was wondering if someone could help or point me in the right direction. I'm working on creating a tool using a series of spinner inputs. I only want these to be editable by clicking or touch and want to disable keyboard input use. I've read that previously the editable property could be set to false on intialisation of a spinner and this would do the trick. On the latest UI i believe this is no longer an option or method and i can't find one that will achieve this.
Simple timespinner for jquery?
I'm new to work in date and time, i need to create a time spinner for my application. i have used Google to get my requirement but didn't reach my requirement. i need one simple time spinner like this sample.But i need that TimeSpinner without using globalization.js. Is there any way to get simple timeSpinner like the above link?.
Where/What is _refresh()
Actually this is a Problem for me. I need to control values in a Spinner. I created a table, populated it with <input> and converted the inputs to spinners. I also set min and max values. So far, so good. When one clicks the Up & Down icons, everything works just fine. When there is keyboard input things start to fall apart. The Max value does nothing, I am also using a step size of 5. I get the value and subtract the mod 5 (% 5) value then put it back, it doesn't go back. Both clamping to max and
Possible Bug - 1.9 Spinner Fires on F5 Refresh
I have noticed that my spinner fires if it has focus when the user presses F5/Refresh. This happens even when the user has not made any changes to the spinner value in any way and the cursor is just sat in the field. I have code in the spin stop that updates a shopping cart with an AJAX call, which is firing when the user refreshes the page. It shouldn't, and I was wondering whether I'll have to make a workaround, or whether it is a proble, with the spinner itself. Is it a bug, or is it supposed
Suffix character for Spinner
It would be really useful if there could be a suffix option for the spinner component. I need it to use spinner as percentage. Thanks!
Are there plans of having a spinning wheel style datepicker?
Like the iPhone/Android? Or is the widget at http://cubiq.org/dropbox/sw/ the only choice? Sencha touch has a nice implementation of the datepicker and I am wondering if this is on the roadmap.
JQuery Number Spinner
Hi, Is the number Spinner mentioned on mentioned on the following page still supported and functional in the latest release: http://docs.jquery.com/UI/Spinner? I have not been able to get the spinner working, and the source code of the page is pointing to an old version. Thanks, Steve
Can JQuery solve the issue with my spinner not animating when I use "window.location=xxx"
Hi, I have a requirement after a user goes to page X which takes a while to load, to show a spinner. I have an issue trying to solve this with basic JavaScript (see below). Can JQuery help here? Details of my current problem: It seems when I use "window.location" as a means to redirect to the API when my longer running transaction is does not ensure the animation for the spinner gif I have works. ie. I see the gif ok but it not being animated. Is there another way in Javascript to force the
"page loading" spinner or progress bar.
Hi everyone! I was wondering if anyone knew of a tutorial or anything on how to create a "page loading" spinner or progress bar while the page is actually loading. My site looks pretty pathetic as it's loading and none of my jquery ui functions (like tabs) have completed rendering. (my site is php, so it takes a bit to load sometimes) Thanks!