This website requires JavaScript.
1f7181d4be
Created proper deep copy function
Timothy Warren
2011-07-12 13:30:58 -0400
32db8c04c6
fixed what I broke in the last commit ^^;
Timothy Warren
2011-07-11 13:56:23 -0400
f3963925a3
Fixed a minor issue with ajax module, removed unused variables, added Camelcase to css function, and added String.trim polyfill
Timothy Warren
2011-07-11 13:11:06 -0400
9014a081ab
Removed selector function from global scope, .(selector).el does the same thing
Timothy Warren
2011-07-08 13:21:21 -0400
a3f270ba95
Various constructor fixes, removed some redundancies
Timothy Warren
2011-07-08 13:03:38 -0400
badaf25867
Merge branch 'Constructor-chain' of github.com:timw4mail/kis-js into CC
Timothy Warren
2011-07-07 17:52:04 -0400
ea52ed6bf2
Converted to constructor selector function. Made 'each' function global
Timothy Warren
2011-07-07 17:45:18 -0400
167f5fafdf
Converted to constructor selector function. Made 'each' function global
Timothy Warren
2011-07-07 14:39:43 -0700
02947a1192
Converted to constructor selector function. Made 'each' function global
Timothy Warren
2011-07-07 14:38:16 -0700
f2f7fb1343
Converted to constructor-based selectors, made ..each function global
Timothy Warren
2011-07-07 17:08:38 -0400
aa3db3521e
Basic start to css function in dom module
Timothy Warren
2011-07-06 22:03:59 -0400
bcde2120a4
started version 0.1.1
Timothy Warren
2011-07-06 12:16:18 -0400
534e02ce5b
More IE fixes, simplification of event module
v0.1.0
Timothy Warren
2011-07-05 21:53:57 -0400
72500234b5
Removed support module. Typeof construct does not work reliably enough, and workarounds have been added to the event module
Timothy Warren
2011-07-05 19:23:47 -0400
e83c33e65e
Lots of IE 8 fixes
Timothy Warren
2011-07-05 19:19:32 -0400
1316ac4b32
Re-added console.log polyfill, fixed dom.attr return value for getting
Timothy Warren
2011-07-05 16:00:55 -0400
c8d8d16a7e
Optimized selector function
Timothy Warren
2011-07-05 11:22:23 -0400
48ee0bde52
Updated Readme
Timothy Warren
2011-07-01 18:18:38 -0400
424d4993ae
Merge pull request #3 from Na7coldwater/master
Timothy Warren
2011-07-01 03:36:24 -0700
7076b4ae77
Fixed small typo in README.md
Na7coldwater
2011-06-30 17:36:27 -0700
9231614a5f
Fix Issue #2
Nate B
2011-06-30 18:15:19 -0600
2c307ddb3b
Add Support module and added support for attachEvent.
Nate B
2011-06-30 17:53:50 -0600
fae6542845
Added text method to dom module
Timothy Warren
2011-06-29 15:52:33 -0400
a15ce1102c
Fixed additional formatting issues
Timothy Warren
2011-06-29 11:45:39 -0400
ce361b8515
Fixed more formatting issues.
Timothy Warren
2011-06-29 11:36:33 -0400
d43964583a
Fixed formatting issues, removed redundant internal function
Timothy Warren
2011-06-29 11:34:05 -0400
b88da57421
Removed console.log polyfill, added browser requirement check. Library will return undefined if requirements aren't met. Simplified ajax module
Timothy Warren
2011-06-29 10:50:45 -0400
ae0ca88cc2
Removed IE 8 support, slimmed event module, updated README
Timothy Warren
2011-06-28 20:38:47 -0400
0fca7435f7
Made callback optional for ajax requests
Timothy Warren
2011-06-28 08:00:12 -0400
5055bce0fc
Added attribute method to dom module, tweaked dom.each, dom.addClass, dom.removeClass functions
Timothy Warren
2011-06-23 13:16:02 -0400
e3cf259a93
Fixed issues with number of elements returned by selector in dom module
Timothy Warren
2011-06-21 13:45:40 -0400
a21c00f43a
Added each, show, and hide functions to dom module
Timothy Warren
2011-06-21 13:33:03 -0400
1dc9a96cba
Removed extraneous console.log statement
Timothy Warren
2011-06-21 10:48:12 -0400
416ceba451
Added dom module and docs
Timothy Warren
2011-06-21 10:43:31 -0400
a8e6f00692
Chenged "getTime" to "getItem" in store module
Timothy Warren
2011-06-18 19:53:12 -0400
066174c3f4
Removed superfluous console.log statement
Timothy Warren
2011-06-17 17:35:18 -0400
956306259f
Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added
Timothy Warren
2011-06-17 15:17:00 -0400
0acfe6ae19
Fixed IE specifc event handler, made $_.event.remove remove with the same behavior as it was added
Timothy Warren
2011-06-17 15:13:07 -0400
d900022d17
Added multiple event binding for a specific selector. Need to look into Firefox issue with it
Timothy Warren
2011-06-17 08:08:04 -0400
ef2dcf4ac6
Override existing $ function, fixed a few event module issues
Timothy Warren
2011-06-16 12:19:47 -0400
a41e850db9
Simplified event module, added event module documentation
Timothy Warren
2011-06-15 08:33:16 -0400
15d1d3d4ac
Added event module
Timothy Warren
2011-06-14 16:20:43 -0400
74af10d2cb
fixed space-encoding issue in ajax post
Timothy Warren
2011-06-14 14:30:30 -0400
e5eb8db027
Merge branch 'master' of github.com:timw4mail/kis-js
Timothy Warren
2011-06-14 13:20:25 -0400
f7ae0b8bbb
Merge branch 'master' of github.com:timw4mail/kis-js
Timothy Warren
2011-06-14 13:03:29 -0400
bbc0522842
Added the rest of the functions
Timothy Warren
2011-06-14 13:01:38 -0400
7e0d6e6940
Added the rest of the functions to the readme
Timothy Warren
2011-06-14 09:59:38 -0700
1b66cdd29d
Edited README.md via GitHub
Timothy Warren
2011-06-14 09:54:47 -0700
ccf8e04b8b
Converted readme to markdown, added some function reference
Timothy Warren
2011-06-14 12:48:24 -0400
6ecc805fd2
Added store module, ecapsulated QS module
Timothy Warren
2011-06-14 12:20:53 -0400
34a660651c
Fixed ajax post syntax error
Timothy Warren
2011-06-13 11:46:26 -0400
1904a08286
Fixed syntax error
Timothy Warren
2011-06-13 11:34:15 -0400
14447d793b
added main js file
Timothy Warren
2011-06-11 17:08:00 -0400
7ef5b41b13
first commit
Timothy Warren
2011-06-10 12:25:55 -0400