Giter Club home page Giter Club logo

Comments (5)

ded avatar ded commented on June 4, 2024

it's probably just advertised wrong... @fat?

from bean.

beatgammit avatar beatgammit commented on June 4, 2024

Well, delegate works correctly, so I'm guessing undelegate didn't get any love.

Right now, if I delegate something, then to remove listeners I remove them from the object, not the delegated object:

$(selector).delegate(selector2, event, handler);
$(selector).undelegate(event);

I would much prefer doing something like:

$(selector).undelegate(selector2, event);

from bean.

fat avatar fat commented on June 4, 2024

yeah -- $(selector).undelegate(selector2, event); isn't supported

from bean.

beatgammit avatar beatgammit commented on June 4, 2024

Right now I just remove the watches from the top-level element. That works for now, but it's not the most elegant solution.

Are there plans for supporting this? It kind of makes the 'undelegate' method useless, since it doesn't actually undelegate.

from bean.

fat avatar fat commented on June 4, 2024

Well, undelegate is just an alias for remove, much like delegate is an alias for add.

With delegation you're just filtering events in an event listener... but at it's root, it's really just a regular event.

If you want a cleaner way to add/remove these i highly recommend exploring namespaced events.

That said, I would be happy to take a pull request for this -- but the likely hood of me getting around to this (among all the ender and bootstrap opensource work i have on my plate right now) is fairly unlikely.

from bean.

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.