Giter VIP home page Giter VIP logo

Comments (6)

bu avatar bu commented on August 17, 2024

hmmm, this sounds weird. is there any minimal possible example that we can try out?

from hcolumns.

jefferose avatar jefferose commented on August 17, 2024

Thanks for taking the time to reply bu, I appreciate it.

Unfortunately no. It's being used on an internal site for development and isn't public.

I've added the minimal code this gist, but can expand it a bit if needed: https://gist.github.com/jefferose/cd17729b604037ae181f

The screenshot shows 3 tabs and the hColumns should be on the 2nd and 3rd. The 2nd is showing an empty box right now, and the third tab (open) shows the "Skill" list from the second tab and the city list from the third at the same time.

screen shot 2016-03-02 at 9 43 15 am

from hcolumns.

jefferose avatar jefferose commented on August 17, 2024

Any thoughts on this? Any new information you'd like me to provide? I may be able to rig something public if it's really needed.

from hcolumns.

 avatar commented on August 17, 2024

@jefferose @bu I've been playing around with multiple instances of hColumns too, without much luck. Have either of you put any more thought into this issue over the last month?

from hcolumns.

jefferose avatar jefferose commented on August 17, 2024

Unfortunately not @bu I've worked on other projects and moved on to another solution for now.

from hcolumns.

dorxy avatar dorxy commented on August 17, 2024

For anyone who still has this issue, I solved mine using the following bit of code after initialisation:

$('li', $('.your-containing-selector')).click(function() {
    var $container             = $(this).closest('.your-containing-selector');
    var hColumnData            = $container.data('hColumn');
    hColumnData.container_node = $container.get(0);
    $container.data('hColumn', hColumnData);
});

from hcolumns.

Related Issues (11)

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.