Giter Site home page Giter Site logo

Comments (4)

ProLoser avatar ProLoser commented on August 11, 2024

There is no built-in way to do this. You can either build a custom directive and do it yourself, or you can mix non-passthru directives in (such as bs-tooltip from UI-Bootstrap), or you could put the plugins on differing DOM elements (such as placing the tooltip on a wrapper element)

However, if your goal is to make tooltips appear over the slider handles created by noUiSlider, I am afraid it will probably not work as the noUiSlider probably creates new DOM elements. Instead I would recommend looking for a slider that has built-in support (or examples) on creating tooltips for each handle.

If you are simply trying to give a tooltip on the entire slider altogether, then using a wrapper DOM element would be my recommendation.

from ui-utils.

devmondo avatar devmondo commented on August 11, 2024

thanks for reply,
the Tool Tip and Slider was a mere example and not specific, what i wanted to know is how to handle multiple jquery plugins using the pass through syntax

from ui-utils.

ProLoser avatar ProLoser commented on August 11, 2024

You can't. I considered it briefly but opted to drop it. I'm not sure it's worth supporting as I can only imagine it exponentially increases the complexity, but if you'd like to create a Pull Request with the enhancement feel free.

from ui-utils.

devmondo avatar devmondo commented on August 11, 2024

thanks for reply,

i agree it increases complexity, i think creating directives is better, but i will try to experiment as i am new to angular and see if it is worth a pull request and not waste your time

from ui-utils.

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.