Re : very simple new user question on how to get the value from a slider
jQuery Forum
by wade.schuette
2y ago
Thanks JΛ̊KE,  that works.  I was just treating the lexical string ".selector" as magic words that needed to go there, not something I needed to replace with some actual reference. I'll go study this manner of object reference.  Wade ..read more
Visit website
Re : very simple new user question on how to get the value from a slider
jQuery Forum
by jakecigar
2y ago
I would use…             change: function( event, ui ) {                 $("#shower").text(ui.value);             } ui.value is defined here. Your problem is that there is no ".selector". You could have coded                var devalue = $( this ).slider(  "value" ); JΛ̊KE ..read more
Visit website
Very simple new user question on how to get the value from a slider
jQuery Forum
by wade.schuette
2y ago
I read the documentation but was unable to find a fully functional example where the value of a slider was made used by javascript.   I'm sure I'm missing something really basic and probably totally obvious to everyone else.  It may be a javascript error not a jquery error. Here's what I tried:  <script>          $( function() {          $( "#slider" ).slider({             min:0,           ..read more
Visit website
Can an input with class hasDatepicker be close through javascript?
jQuery Forum
by elgato
2y ago
Hi everyone, I am tasked with developing an automation framework for our company which uses jquery (ver. 2.2.1) and I was wondering if there is a way to close a datepicker element through javascript, I have tried dispatching events to the element but I think they are being ignored. Thank you. Regards ..read more
Visit website
Trouble with returns from ajax success callback function
jQuery Forum
by pizzipie
2y ago
Object: Create dropdown list for general use by only sending one parameter. I am trying to call 1. Ajax with a parameter then 2. process that Ajax data to select an option from a database and 3. return that option selected to the calling function -  in order to populate an input tag. I am running into trouble in returning my selection to the calling function. I know this is tied into the asynchronous nature of Ajax but I don't know how to fix this.  Here is the code I'm using: <!-- ======  HTML  =========== -->      <label for='dr'>Doct ..read more
Visit website
Bloquear caracteres de input
jQuery Forum
by luiza
2y ago
Olá! Preciso bloquear os caracteres: ' " \ e / de um input do tipo password.  Como faço isso?  ..read more
Visit website
Re : Loading iframe content when scrolling and preventing reloading of content
jQuery Forum
by jakecigar
2y ago
It probably has something to do with what you are loading in your iframe. I don’t see white flash in mine. JΛ̊KE ..read more
Visit website
Re : Loading iframe content when scrolling and preventing reloading of content
jQuery Forum
by Dan1111118947942
2y ago
I get a white flash when the iframe loads - most noticeable in Safari. In the past I've been able to get around this with visibility hidden. Is there a method to prevent the white flash using Intersection Observer that you know of ..read more
Visit website
Changing value of TextArea
jQuery Forum
by knutsford_software
2y ago
How do I call JQuery when typing into a textarea please $('textarea').on('input change', function(e) {   alert(e.currentTarget.value);  }); Doesn't' do anything. I just isn't being called Thanks ..read more
Visit website
Re : Loading iframe content when scrolling and preventing reloading of content
jQuery Forum
by Dan1111118947942
2y ago
This is great ..read more
Visit website

Follow jQuery Forum on FeedSpot

Continue with Google
Continue with Apple
OR