GithubHelp home page GithubHelp logo

dzervoudakes / grindstonejs Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 3.0 4.15 MB

Quick and dirty DOM manipulation.

License: MIT License

JavaScript 95.92% HTML 3.97% Shell 0.11%
dom javascript jquery-alternative library

grindstonejs's People

Contributors

dzervoudakes avatar exside avatar millerlogic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grindstonejs's Issues

Version number should be removed for unpkg.com to properly work

I tried to pull in grindstone from unpkg.com like this:

<script src="https://unpkg.com/grindstone@latest/dist/grindstone.js"></script>

which fails because the file is named grindstone_v3.1.1.js instead of grindstone.js

if you compare how vue.js does this for example, you'll see the problem:

<script src="https://unpkg.com/vue@latest/dist/vue.js"></script>

will work, because the file in dist does not contain any version number

any possibility to change that?

Missing the .empty() method of jQuery =)

Would be nice to have something like that, pure js:

while(el.firstChild) el.removeChild(el.firstChild); // whit el = an object

or similar with grindstone

$(el).html('')

but this has the issue of possible memory leaks with data and added properties from nodes that are replaced by an empty string

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.