GithubHelp home page GithubHelp logo

Comments (6)

MichaelDaum avatar MichaelDaum commented on August 22, 2024

here are some fixes: http://github.com/nuddlegg/plupload/commit/8ba32a1bd9a68123af079e0ba16b275f4c82fc13

from plupload.

rauchg avatar rauchg commented on August 22, 2024

Plupload Core does not depend on jQuery. There's a widget interface to make it easy to implement to jQuery users, but that doesn't mean the core can leverage jQuery.

from plupload.

MichaelDaum avatar MichaelDaum commented on August 22, 2024

Ah okay. I was under the impression that this is an all jquery plugin.

In fact, that's going to make it very hard. For instance handline of the container elements that overlay the browseButton should actually be inserted into the dom tree right after the browse button instead of at the end of the body.

Overall, it will bloat the code quite a bit for the sake of staying generic ... which it already isnt as far as I see...?

from plupload.

spocke avatar spocke commented on August 22, 2024

The core is and will remain library independent. Adding a element after another doesn't require much more code that you would need using jQuery. Some methods will add to the size of the plupload core but they are currently minor and I don't expect them to be much more than the ones we have in there today.

There are lots of other JS libraries out there so making plupload jQuery specific would be bad. We want to open up for widgets for other JS frameworks as well that would be hard if the core would be jQuery only.

from plupload.

MichaelDaum avatar MichaelDaum commented on August 22, 2024

Frankly, I've forgotten bare-bones JS over time swimming in jQuery all the time ;)

from plupload.

spocke avatar spocke commented on August 22, 2024

He he, easy to forget that when you get most quirks solved by Resig and the rest of the jq team. Closing this issue down for now.

from plupload.

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.