GithubHelp home page GithubHelp logo

jquery-editable-select's People

Contributors

offner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jquery-editable-select's Issues

Text box values are not able to read

Hi offner,
Thank you for your great work.
Many thanks, If you correct me or guide me to get rid out of this problem.
When i enter text into the editable select text box, it works properly for the first entered data. When I change the of the same text box, its not working properly. ie., I am not able to read the value.

  1. First I entered '78' into the text box,
  2. I changed to to '45'. But, the value property have not been modified.
  3. Even, I am not able to read the value of '78' also.

Please tell me what i am doing wrong?
Please check the screen shot of that element below,
screen shot 2015-01-07 at 1 43 19 pm

Please let me know If you need more information.
Thanks

how to get values from the text box?

Let us assume that we are using more than one editable text box. We can give unique id for select tag.
so that we can get values of selection change. If I am editing the text box, how can i get this value from text box?
Here is my current solution.

var value = $("#selectID").val(); // This is the value from dropdown option.
 if (value == null)) { 
     value =  $("#selectID").next().val(); //This is the value from text box.
  };

Please correct me if you have better solution. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.