Git Product home page Git Product logo

bootstrap-tree's Introduction

💫About Me :

Currently I'm working on react-big-calendar, and occasionally contributing to react-select.

I'm looking for help in modernizing SoundTouchJS, to implement each class as true AudioNodes using AudioWorklets.

I learn something new every day. A day without learning is a day you're dead from the neck up.

I've been doing Web Dev for a long time (I remember when they introduced the img tag). I spent the first half of my career stuck in backend code and sql queries, and the next half of my career dedicated to front end dev. Ask me anything. If I can help, I will.

Fun Fact: My whole family sings. I work on SoundTouchJS and wrote a CDGPlayer so I could one day create decent browser-based karaoke software. I'm also a photographer.

🌐Socials

Facebook Instagram LinkedIn Medium Pinterest Quora Stack Overflow Twitter YouTube

💻Tech Stack

CSS3 HTML5 JavaScript Markdown Shell Script DigitalOcean Angular.js Bootstrap Chart.js Electron.js Express.js Gulp Jasmine jQuery JWT Less NPM NodeJS React React Router SASS Styled Components Webpack Yarn Apache Nginx MySQL MongoDB MicrosoftSQLServer SQLite Adobe Audition Adobe Illustrator Adobe Lightroom Adobe Photoshop Adobe Premiere Pro Adobe XD Sketch Babel Docker ESLint Postman Jira Trello

📊GitHub Stats :

🏆GitHub Trophies

✍️Random Dev Quote


💰You can help me by Donating

PayPal Ko-Fi

bootstrap-tree's People

Contributors

cutterbl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-tree's Issues

Unexpected string

On line 54 of bootstrap-tree.js you have a single quote closing a string that is opened with a double quote, causing an error.

Issue in Safari

Hi,

The bootstrap tree works fantastically in firefox, chrome and IE.

But i am facing issues in Safari. Once you open a branch, it cant be closed.
I get the error:
"Type Issue: Attempted to assign to readonly property"

Please help.

Thanks,
Karan

Issues with post.

The tree example didn't work for me out of the box.

Changing line 88 from $.post to $.get fixes the problem for me.

What is the purpose of using $.post in this scenario?

Root level [role=leaf] cause a bug

If you load any leaf elements onto the tree which are not contained in a branch it gives an error that the method doesn't exist on undefined... which makes sense

$("body").on("click.tree.data-api", "[role=leaf]", function (e) {
  .........
  e = $.Event("nodeselect", {
    node: $(branch).data("tree").node($this)
  });

I tried hacking in basic support for this, but I couldn't get it right... ideas?

bad css

Plugin has global styles and styles for tags. It's very bad. Needed class-wrapper.

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

Ajax send data Tree

Hi Cutter,

I have little experience with javascript, I'm trying to send data via ajax to a function but can not find the way, is there the possibility to do so?

Regards,

Julián

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.