Coder Social home page Coder Social logo

help-dom's Introduction

help-dom

Small js package I use to help me deal with the dom

XO code style GitHub workflow status npm bundle size npm downloads

Install

$ npm install help-dom

Import

This package is pure ESM. It cannot be require()'d from CommonJS.

Use import foo from 'foo' instead of const foo = require('foo') to import the package.

// Load entire build
import * as helpDom from 'help-dom';

// Load by method
import {main} from 'help-dom';

If the package is used in an async context, you could use await import(…) from CommonJS instead of require(…).

You also need to make sure you're on the latest minor version of Node.js. At minimum Node.js 12.20, 14.14, or 16.0.

Read more here: sindresorhus/esm-package

Usage

main([1,2,3], (element) => typeof element === 'string');
//=> false

main(['1', '2', '3'], (element) => typeof element === 'string');
//=> true

API

allElements(selector) : Select all elements matching given selector.

appendTo(element, target)

prependTo(element, target)

attsToString

classPresentIf : Add/remove a given class if condition is true/false.

createElement : Create a single DOM element.

createElementsArray : Create an array of DOM elements from given html.

getAttributes : Get attributes of element as an object with key/value.

getBoundingClientRect :

getCookie : Get the value of a cookie.

getImageSizeByUrl

getIndex : Returns the index of a node in a nodeList.

getLocalStorage2 :

getOffset :

getOffsetParent :

getParentByData :

getParentById :

getPosition :

getPositionFromOffset :

getScroll :

getSessionStorage2 :

getUserLanguage :

getViewportPosition :

glb :

id :

insertAfter :

insertBefore :

isWebComponent :

makeStorageHelper :

nextChild :

objectifyForm :

offDOM :

onDOM :

onDOMMany :

removeElements :

serialize :

setCaretPosition :

setContent :

store :

tag :

toClipboard :

toClipboardFromElement :

windowLoaded :

License

MIT © Paul Nodet

help-dom's People

Contributors

pnodet avatar

Watchers

 avatar

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.