Add 4 new browser snippets
triggerEvent - trigger an event on an element, insertAfter & insertBefore - parse and insert HTML after or before an element respectively, elementContains - checks if an element contains another element
This commit is contained in:
@ -58,6 +58,7 @@ drop:array
|
||||
dropRight:array
|
||||
dropRightWhile:array,function
|
||||
dropWhile:array,function
|
||||
elementContains:browser
|
||||
elementIsVisibleInViewport:browser
|
||||
elo:math,array,advanced
|
||||
equals:object,array,type,advanced
|
||||
@ -113,6 +114,8 @@ initializeArrayWithRangeRight:array,math
|
||||
initializeArrayWithValues:array,math
|
||||
initializeNDArray:array,recursion
|
||||
inRange:math
|
||||
insertAfter:browser
|
||||
insertBefore:browser
|
||||
intersection:array,math
|
||||
intersectionBy:array,function
|
||||
intersectionWith:array,function
|
||||
@ -277,6 +280,7 @@ toOrdinalSuffix:utility,math
|
||||
toSafeInteger:math
|
||||
toSnakeCase:string,regexp
|
||||
transform:object,array
|
||||
triggerEvent:browser,event
|
||||
truncateString:string
|
||||
truthCheckCollection:object,logic,array
|
||||
unary:adapter,function
|
||||
|
||||
Reference in New Issue
Block a user