BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> Element Editor
  New Posts New Posts RSS Feed - How to creat slider with showing value in Form
  FAQ FAQ  Forum Search   Register Register  Login Login

How to creat slider with showing value in Form

 Post Reply Post Reply Page  <12
Author
Message
djju1029 View Drop Down
Senior Member
Senior Member
Avatar

Joined: Aug 02 2016
Location: the US
Status: Offline
Points: 126
Post Options Post Options   Thanks (0) Thanks(0)   Quote djju1029 Quote  Post ReplyReply Direct Link To This Post Posted: Oct 13 2016 at 4:14pm
However, I resolve how to copy the value of slider to the value of text input box immediately.

But I have no idea how to do the opposite way of above such as:
    . if user type number in text ane press "ENTER"
    . then the slide bar should move to the value point which user typed.

How can I immplement this function?

Thank you in advance,

DJ
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Oct 13 2016 at 8:41pm
Did you try to copy 3) with some modifications, to send the value in the opposite direction and force update?

$('.Rrange-mirror  input').on('change', function(){
    $('.Rrange  input').val($(this).val()).trigger('change');
}).trigger('change');

Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.