natan farkash

utilizes

v1.3.45
Simple js utilities to speed your work

utilizes.area

v1.2.9
Return true if the given area is found on a given element, else false

utilizes.beside

v1.2.6
Put children beside their father

utilizes.bind

v1.2.1
Bind all methods of the given object to the object

camel-class-case

v1.2.1
Convert given string to class like syntax

chars-all

v1.2.1
Return characters of the english language

utilizes.chars

v1.1.10
Return characters of the english language

create-style

v1.1.9
Creates style element with the css inserted to him and ready to put into the document

del-recursive

v1.2.0
Delete recursive properties of object

do-declare

v1.1.10
Invoke your function when you declare it. aliases: "invoke"

each-diff

v1.2.2
Run on each unique object of the lists and bring the same object from the other lists and give them to you, so you can be able to compare them. If the object does not exist in some list you get an undefined in is place.

easy-style-shadow

v1.2.3
Easy way to inject style to web components with attach shadow. note that it only work if the shadow mode set to "open". This helper keep track of changes in the dom for keep the dom upgrade with the needed styles. so if you want to cancel the detectio

utilizes.ensure-unique

v1.2.1
Return safety unique string from bunch of items

extract-last-number

v1.1.10
Extract last number from given string. return array with the string without the number, and the number himself

includes-many

v1.2.3
Return false when one or more of the given values not include in the array, else return true

increment-last

v1.1.10
Return string with the number in the end incremented

utilizes.interval

v1.2.3
This function is like native setInterval, except its stopped when the given handler returns true or an error is accrue

map-diff

v1.2.2
Run on each unique object of the lists and bring the same object from the other lists and give them to you, so you can be able to compare them. If the object does not exist in some list you get an undefined in is place. Return array of the value that

map-z-index

v1.2.0
Get information about z-index state in your application

max-by-last-number

v1.2.0
Check array of items and return the item with the highest suffix number. if non is found return undefined.

utilizes.offset

v1.1.10
Get the current offset of the given element

one-or-all

v1.2.7
Return one when is have only one item, return all when is have more then one item

utilizes.prefix

v1.2.1
Adding fix to beginning of string only if the string is present.

utilizes.push

v1.2.2
Push safely to array. returning the length of the array - if the item pushed successfully.

range-with-names

v1.2.0
Creates an array of objects from given range, each object contain number and his name