GithubHelp home page GithubHelp logo

Updating the dropkick. about dropkick HOT 1 CLOSED

robdel12 avatar robdel12 commented on May 20, 2024
Updating the dropkick.

from dropkick.

Comments (1)

vicky8987 avatar vicky8987 commented on May 20, 2024

i have the same issue with latest "jquery.dropkick.js". I was using your old dropkick.js. now it's stopped working for IE11. e.g: http://www.intellichoice.com/certified-pre-owned.html . Refer cpohome.js, I searched but found that everyone is saying to updated dropkick version.
But with updated one I'm stuck. I'm not able to update dropkick value in an ajax call.
code bellow:
success: function(response) {
optionData = "";
optionData += "Model";

                    var json = jQuery.parseJSON(response);
                    $.each(json, function() {
                        var modelId = this.VehicleModelId;
                        var model = this.VehicleModel;
                        optionData += "<option value='" + modelId + "'>" + model + "</option>";
                    });
                    alert(optionData);
                    $select = $("#ddlModel_2");
                    $select.removeData("dropkick");
                    $("#dk_container_ddlModel_2").remove();
                    $select.html(optionData);
                    optionData = '';
                    $("#ddlModel_2").dropkick({
                        change: function(value, label) {
                            $('#VehicleModel').val(label);
                            $('#vehicle.model').val(value);
                        }
                    });

                }

from above code due to line "$("#dk_container_ddlModel_2").remove();" my dropdown is getting removed, but if I'm continue with the line I'm getting two dropdowns, first one with old value and second with new Ajax value.
Please suggest what to do, should i use old version then let me know solutions for IE11 or should i use old one, then tell me solutions for getting 2 times dropdowns.
Thanks.

from dropkick.

Related Issues (20)

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.