Commit Graph

135 Commits

Author SHA1 Message Date
Timothy Warren 69ee39623d Added reverse_key_sort method to util module, updated tests and qunit 2011-10-21 09:57:46 -04:00
Timothy Warren db76e16393 Added start of util module, removed ..dom.children function 2011-10-20 17:31:29 -04:00
Timothy Warren c15fff3b4b Updated .gitignore file 2011-10-19 17:57:49 -04:00
Timothy Warren 5206f6f259 Updated compiled js file 2011-10-18 11:16:51 -04:00
Timothy Warren 1a007356d0 Remove kis-custom.js 2011-10-18 11:14:16 -04:00
Timothy Warren 06fa41aa0c Remove kis-custom.js 2011-10-18 11:12:40 -04:00
Timothy Warren 038a579554 Miscellaneous updates 2011-10-18 11:08:51 -04:00
Timothy Warren 5529d98054 Updated to match local repo...DOM.children almost works 2011-08-10 16:30:36 -04:00
Timothy Warren 980410b901 Fixed README formatting, added start of dom.children method 2011-07-27 12:06:56 -04:00
Timothy Warren 19de9f1409 Formatting 2011-07-26 16:26:17 -03:00
Timothy Warren c1528a0b8b Readme Formatting 2011-07-26 15:38:15 -04:00
Timothy Warren da22f46b89 Edited README.md via GitHub 2011-07-26 16:18:00 -03:00
Timothy Warren 1c014459df Readme formatting, and start of DOM .children function 2011-07-26 15:29:30 -04:00
Timothy Warren f8350e516a Edited README.md via GitHub 2011-07-26 15:18:41 -03:00
Timothy Warren 84d05b4cf8 Edited README.md via GitHub 2011-07-26 15:18:19 -03:00
Timothy Warren 5f8b289e22 Edited README.md via GitHub 2011-07-26 15:17:59 -03:00
Timothy Warren 1b5d20b31d Version 0.2.0 final 2011-07-25 10:06:39 -04:00
Timothy Warren a297c25815 Fixed path to js file for unit tests 2011-07-21 16:01:15 -04:00
Timothy Warren 20ca5e272b Split source into modules, and added script to combine them 2011-07-21 14:18:10 -04:00
Timothy Warren ac1bd247b9 Updated Readme 2011-07-20 15:14:32 -04:00
Timothy Warren 9174ceb6dd Fixes issue #7, various jshint fixes 2011-07-20 13:03:21 -04:00
Timothy Warren 492f7bb2ed Fixed event listener issue 2011-07-20 08:22:13 -04:00
Timothy Warren 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
Timothy Warren bbd65b2cb7 Added more dom module tests 2011-07-15 16:24:32 -04:00
Timothy Warren 226c4c38c4 Fixed a bunch of issues, added more unit tests. All pass 2011-07-14 21:53:16 -04:00
Timothy Warren 457ccf07a4 Fixed a bunch of issues, added more unit tests. All pass 2011-07-14 21:52:17 -04:00
Timothy Warren 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
Timothy Warren 14be928463 Added some unit tests. Will need to add many more 2011-07-13 12:06:12 -04:00
Timothy Warren 1f7181d4be Created proper deep copy function 2011-07-12 13:30:58 -04:00
Timothy Warren 32db8c04c6 fixed what I broke in the last commit ^^; 2011-07-11 13:56:23 -04:00
Timothy Warren 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
Timothy Warren 9014a081ab Removed selector function from global scope, .(selector).el does the same thing 2011-07-08 13:21:21 -04:00
Timothy Warren a3f270ba95 Various constructor fixes, removed some redundancies 2011-07-08 13:03:38 -04:00
Timothy Warren badaf25867 Merge branch 'Constructor-chain' of github.com:timw4mail/kis-js into CC 2011-07-07 17:52:04 -04:00
Timothy Warren ea52ed6bf2 Converted to constructor selector function. Made 'each' function global 2011-07-07 17:45:18 -04:00
Timothy Warren 167f5fafdf Converted to constructor selector function. Made 'each' function global 2011-07-07 14:39:43 -07:00
Timothy Warren 02947a1192 Converted to constructor selector function. Made 'each' function global 2011-07-07 14:38:16 -07:00
Timothy Warren f2f7fb1343 Converted to constructor-based selectors, made ..each function global 2011-07-07 17:08:38 -04:00
Timothy Warren aa3db3521e Basic start to css function in dom module 2011-07-06 22:03:59 -04:00
Timothy Warren bcde2120a4 started version 0.1.1 2011-07-06 12:16:18 -04:00
Timothy Warren 534e02ce5b More IE fixes, simplification of event module 2011-07-05 21:53:57 -04:00
Timothy Warren 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
Timothy Warren e83c33e65e Lots of IE 8 fixes 2011-07-05 19:19:32 -04:00
Timothy Warren 1316ac4b32 Re-added console.log polyfill, fixed dom.attr return value for getting 2011-07-05 16:00:55 -04:00
Timothy Warren c8d8d16a7e Optimized selector function 2011-07-05 11:22:23 -04:00
Timothy Warren 48ee0bde52 Updated Readme 2011-07-01 18:18:38 -04:00
Timothy Warren 424d4993ae Merge pull request #3 from Na7coldwater/master
Fix issue #2 and added browser support module
2011-07-01 03:36:24 -07:00