We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c5f45 commit f3d82f8Copy full SHA for f3d82f8
README.md
@@ -16,7 +16,7 @@ This adds ~1KB of focused utilities without the bloat of jQuery UI or larger plu
16
17
```html
18
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js"></script>
19
-<script src="https://0.1.3/src/jquery-micro-utils.js"></script>
+<script src="https://0.1.4/src/jquery-micro-utils.js"></script>
20
```
21
22
Or use npm/yarn:
src/jquery-micro-utils.js
@@ -1,5 +1,5 @@
1
/*!
2
- * 0.1.3
+ * 0.1.4
3
* Small, CDN-friendly helpers for efficient traversal & ergonomics.
4
* (c) 2025 Answer.AI — MIT License
5
*/
@@ -61,7 +61,7 @@
61
};
62
63
$.as$ = x => x?.jquery ? x : $(x);
64
- .1.3' };
+ $.microUtils = { version: '0.1.4' };
65
66
}));
67
0 commit comments