All Functions List
Overview
This document provides a comprehensive list of all available functions in the ```js dphelper` library along with their descriptions.
Functions
Anchor
dphelper.anchor.toOnClick(el)
// Converts an element's href attribute to an onclick event.Array
dphelper.array.find(array, key)
// Finds an element in an array by key.dphelper.array.unique(array)
// Returns an array with unique elements.dphelper.array.delete(array, key)
// Deletes an element from an array by key.dphelper.array.merge(arrayA, arrayB)
// Merges two arrays.dphelper.array.mergeByKey(arrayA, arrayB, key)
// Merges two arrays by a specific key.Audio
Avoid
Browser
Check
Color
Console
Cookie
Coords
Date
Disable
Dispatch
Element
Events
Form
Format
Imports
Json
Load
Logging
Math
Memory
Object
Path
Promise
Sanitize
Screen
Scrollbar
Security
Shortcut
Socket
SVG
System
Terminal
Text
Timer
Tools
Translators
Trigger
Type
UI
Window
License
This project is licensed under the MIT License.
Last updated