Commit Graph

14 Commits

Author SHA1 Message Date
Maxime Thirouin
acc3d87911 Add parseDOM & (new) parseElement proto methods 2014-05-06 08:19:23 +02:00
Maxime Thirouin
90615f8ac8 Add getElements method 2014-05-05 08:57:47 +02:00
Maxime Thirouin
f9a5116416 Add log method 2014-05-05 08:39:08 +02:00
Maxime Thirouin
acca4581c2 Add uniqueid helper 2014-05-05 08:38:55 +02:00
Maxime Thirouin
f992aa1702 Test isSupported
kind of stupid, but I don't want to maintain a list of browser UA or
whatever.
2014-05-05 08:36:12 +02:00
Maxime Thirouin
11b3e27288 Fix dispatchEvent for IE9/10/11
dispatchEvent doesn't work if element is not in the dom
This is not the silverbullet since an element can have a parent that is
not in the dom too, but to avoid dom update all the time, it should be
enough for very particular use cases (eg in my case unit test).
Maybe this should be moved into the test directly to be sure there is a
parent, we will see that later.
2014-05-05 08:24:46 +02:00
Maxime Thirouin
d68833412b Drop fireEvent since we are supporting IE10 2014-05-04 09:13:42 +02:00
Maxime Thirouin
e17b236599 Test xhr request 2014-05-04 08:45:22 +02:00
Maxime Thirouin
006c408881 Test forEachEls 2014-05-04 08:45:05 +02:00
Maxime Thirouin
152051af1c Test executeScripts 2014-05-04 08:44:52 +02:00
Maxime Thirouin
67e0b89a22 Tests events (on, off, trigger) 2014-05-04 08:44:33 +02:00
Maxime Thirouin
901c019069 Test evalScript 2014-05-04 08:44:18 +02:00
Maxime Thirouin
4404f21077 Test clone method 2014-05-04 08:33:59 +02:00
Maxime Thirouin
e09c164491 Update gulpfile from my boilerplate & relocate pjax.js into src folder 2014-04-03 07:07:34 +02:00