Skip to content

Commit 54850f2

Browse files
author
David Atchley
committed
updates to README
1 parent 8c65e15 commit 54850f2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ currently two main extensions:
1515
+ DOM Utilities for manipulation
1616

1717
## Class-like Properties
18-
This extension allows you to treat custom element attributes in much the same
19-
way you would the special class attribute using jQuery methods. These let you
20-
treat an attribute's value as a collection of names/strings, just like the 'class'
21-
attribute.
18+
This extension lets you treat an attribute's value as a collection of names/strings,
19+
just like the 'class' attribute.
2220

2321
For example, given a custom attribute called `test-prop`, you can do the following:
2422

@@ -46,3 +44,12 @@ For example, given a custom attribute called `test-prop`, you can do the followi
4644
4745
</script>
4846
```
47+
48+
## DOM Utilities
49+
Some useful extensions for manipulating and managing the DOM.
50+
51+
This extension provides:
52+
+ $.moveTo() - for moving elements to another element
53+
+ $.isElement() - to check if objects are HTMLElements or DOMNodes
54+
+ `DOMChanged` event - triggered when using jQuery DOM manipulation methods
55+

0 commit comments

Comments
 (0)