Commit Graph

66 Commits

Author SHA1 Message Date
ac1bd247b9 Updated Readme 2011-07-20 15:14:32 -04:00
9174ceb6dd Fixes issue #7, various jshint fixes 2011-07-20 13:03:21 -04:00
492f7bb2ed Fixed event listener issue 2011-07-20 08:22:13 -04:00
d75001d5bd Merge pull request #9 from scud43/master
el undefined in extension objects fix
2011-07-19 18:07:01 -07:00
Preston Skupinski
593ddc96df fix problem where sel in extension objects was always winding up undefined 2011-07-19 20:33:56 -04:00
bbd65b2cb7 Added more dom module tests 2011-07-15 16:24:32 -04:00
226c4c38c4 Fixed a bunch of issues, added more unit tests. All pass 2011-07-14 21:53:16 -04:00
457ccf07a4 Fixed a bunch of issues, added more unit tests. All pass 2011-07-14 21:52:17 -04:00
afde37c6e3 Merge pull request #6 from Na7coldwater/unit_tests
Two unit tests and fix for issue #5
2011-07-14 03:34:49 -07:00
Nate B
f7bf984d68 Fix issue #5 2011-07-13 22:41:34 -06:00
Nate B
4c1bfea9e9 Added two unit tests 2011-07-13 22:36:52 -06:00
14be928463 Added some unit tests. Will need to add many more 2011-07-13 12:06:12 -04:00
1f7181d4be Created proper deep copy function 2011-07-12 13:30:58 -04:00
32db8c04c6 fixed what I broke in the last commit ^^; 2011-07-11 13:56:23 -04:00
f3963925a3 Fixed a minor issue with ajax module, removed unused variables, added Camelcase to css function, and added String.trim polyfill 2011-07-11 13:11:06 -04:00
9014a081ab Removed selector function from global scope, .(selector).el does the same thing 2011-07-08 13:21:21 -04:00
a3f270ba95 Various constructor fixes, removed some redundancies 2011-07-08 13:03:38 -04:00
badaf25867 Merge branch 'Constructor-chain' of github.com:timw4mail/kis-js into CC 2011-07-07 17:52:04 -04:00
ea52ed6bf2 Converted to constructor selector function. Made 'each' function global 2011-07-07 17:45:18 -04:00
167f5fafdf Converted to constructor selector function. Made 'each' function global 2011-07-07 14:39:43 -07:00
02947a1192 Converted to constructor selector function. Made 'each' function global 2011-07-07 14:38:16 -07:00
f2f7fb1343 Converted to constructor-based selectors, made ..each function global 2011-07-07 17:08:38 -04:00
aa3db3521e Basic start to css function in dom module 2011-07-06 22:03:59 -04:00
bcde2120a4 started version 0.1.1 2011-07-06 12:16:18 -04:00
534e02ce5b More IE fixes, simplification of event module 2011-07-05 21:53:57 -04:00
72500234b5 Removed support module. Typeof construct does not work reliably enough, and workarounds have been added to the event module 2011-07-05 19:23:47 -04:00
e83c33e65e Lots of IE 8 fixes 2011-07-05 19:19:32 -04:00
1316ac4b32 Re-added console.log polyfill, fixed dom.attr return value for getting 2011-07-05 16:00:55 -04:00
c8d8d16a7e Optimized selector function 2011-07-05 11:22:23 -04:00
48ee0bde52 Updated Readme 2011-07-01 18:18:38 -04:00
424d4993ae Merge pull request #3 from Na7coldwater/master
Fix issue #2 and added browser support module
2011-07-01 03:36:24 -07:00
Na7coldwater
7076b4ae77 Fixed small typo in README.md 2011-06-30 17:36:27 -07:00
Nate B
9231614a5f Fix Issue #2 2011-06-30 18:15:19 -06:00
Nate B
2c307ddb3b Add Support module and added support for attachEvent.
Note that attachEvent support is currently useless until $ works in Internet Explorer.
2011-06-30 17:53:50 -06:00
fae6542845 Added text method to dom module 2011-06-29 15:52:33 -04:00
a15ce1102c Fixed additional formatting issues 2011-06-29 11:45:39 -04:00
ce361b8515 Fixed more formatting issues. 2011-06-29 11:36:33 -04:00
d43964583a Fixed formatting issues, removed redundant internal function 2011-06-29 11:34:05 -04:00
b88da57421 Removed console.log polyfill, added browser requirement check. Library will return undefined if requirements aren't met. Simplified ajax module 2011-06-29 10:50:45 -04:00
ae0ca88cc2 Removed IE 8 support, slimmed event module, updated README 2011-06-28 20:38:47 -04:00
0fca7435f7 Made callback optional for ajax requests 2011-06-28 08:00:12 -04:00
5055bce0fc Added attribute method to dom module, tweaked dom.each, dom.addClass, dom.removeClass functions 2011-06-23 13:16:02 -04:00
e3cf259a93 Fixed issues with number of elements returned by selector in dom module 2011-06-21 13:45:40 -04:00
a21c00f43a Added each, show, and hide functions to dom module 2011-06-21 13:33:03 -04:00
1dc9a96cba Removed extraneous console.log statement 2011-06-21 10:48:12 -04:00
416ceba451 Added dom module and docs 2011-06-21 10:43:31 -04:00
a8e6f00692 Chenged "getTime" to "getItem" in store module 2011-06-18 19:53:12 -04:00
066174c3f4 Removed superfluous console.log statement 2011-06-17 17:35:18 -04:00
956306259f Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added 2011-06-17 15:17:00 -04:00
0acfe6ae19 Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added 2011-06-17 15:13:07 -04:00