- Jun 30, 2015
-
-
Commander-lol authored
-
Commander-lol authored
-
Commander-lol authored
-
Commander-lol authored
-
Commander-lol authored
-
- Mar 11, 2015
-
-
Commander-lol authored
-
Commander-lol authored
-
- Mar 04, 2015
-
-
Commander-lol authored
-
- Mar 03, 2015
-
-
Commander-lol authored
-
Commander-lol authored
-
- Mar 02, 2015
-
-
Commander-lol authored
Conflicts: js/tinyDOM.js js/tinyDOM.min.js js/tinyDOM.min.js.map
-
Commander-lol authored
-
Commander-lol authored
-
- Feb 01, 2015
-
-
Commander-lol authored
-
- Jan 13, 2015
-
-
Commander-lol authored
-
Commander-lol authored
-
- Jan 12, 2015
-
-
Commander-lol authored
-
Commander-lol authored
-
- Dec 10, 2014
-
-
Commander-lol authored
Added ability to trigger custom events on arbitrary selectors, changed ajax calls to callback(response, evt) from callback(evt)
-
Commander-lol authored
-
- Nov 16, 2014
-
-
Commander-lol authored
-
Commander-lol authored
Conflicts: js/tinyDOM.js
-
Commander-lol authored
-
- Nov 02, 2014
-
-
Commander-lol authored
Limited delegate event checking to root element specified by mu instead of bubbling to document root
-
Commander-lol authored
-
Commander-lol authored
Added functionality for delegated events, updated tests accordingly. Included Element.matches polyfill by github user elijahmanor
-
Commander-lol authored
Fixed error function not being fired by reversing method call order. Also fixed previously unknown bug where an error would be fired for a 304 response (and presumably others)
-
Commander-lol authored
Added an extra file (test.js) to store various tests under muTest, a php file to respond to requests and an update for test.html to include test.js
-
Commander-lol authored
Noticed tinyDOM.min.js was a few versions behind, updated it
-
- Nov 01, 2014
-
-
Commander-lol authored
Removed comment that was the beginning of an attempt to document the library as it evolved; that effort obviously fell to the wayside. Proper documentation will occur when things are more complete.
-
Commander-lol authored
tinyDOM can now tell between query strings and DOM abjects passed to mu, allowing better chaining with μ(this)
-
Commander-lol authored
tinyDOM.ajax() now returns the XMLHttpRequest, as it should have to begin with
-
Commander-lol authored
Added a minified version of tinyDOM
-
Commander-lol authored
Added ajax support as a utility function. All options are passed in a single object, as well as an optional success and error function
-
Commander-lol authored
-
Commander-lol authored
-
Commander-lol authored
Updated library symbol to (more appropriate) 'μ' and added an alias as 'mu' in case unicode isn't available in an editor for whatever reason
-
Commander-lol authored
-