Jermolene
|
5f018c2092
|
More defensive dom utility hasClass()
It was failing on SVG elements such as `<path>`
|
2014-07-28 14:19:52 +01:00 |
|
Jermolene
|
3351ae7e29
|
Fix issue with localStorage error on Firefox
Firefox raises an error if window.localStorage is accessed when cookies
are disabled:
https://bugzilla.mozilla.org/show_bug.cgi?id=771890
|
2014-07-06 10:11:21 +01:00 |
|
Jermolene
|
3cce12e13f
|
More refactoring of startup.js
|
2014-05-05 14:41:46 +01:00 |
|
Jermolene
|
b26a32b93a
|
Remove obsolete stylesheet helper
|
2014-02-08 09:29:11 +00:00 |
|
Jermolene
|
027421f5e6
|
More coding style consistency
|
2014-01-03 10:54:00 +00:00 |
|
Jermolene
|
145e3ece78
|
Fix $tw.utils.hasClass() to work even if the element doesn't have a className property
|
2013-11-12 22:01:31 +00:00 |
|
Jeremy Ruston
|
05e73ee1da
|
Cope with localStorage not being available
IE10 doesn't allow localStorage for HTML pages loaded from the file://
protocol.
Boo.
|
2013-10-29 22:21:25 +00:00 |
|
Jeremy Ruston
|
4a663d1661
|
Improve docs for $tw.utils.addEventListeners()
|
2013-09-14 13:47:51 +01:00 |
|
Jeremy Ruston
|
ce273a22f1
|
More DOM utilities
|
2012-12-13 21:31:41 +00:00 |
|
Jeremy Ruston
|
9f6909ddc4
|
Appeasing the gods of JSHint
|
2012-11-06 17:21:56 +00:00 |
|
Jeremy Ruston
|
324a87a8a2
|
Further refinements to the list mechanism
Much better navigation animation for classic view
|
2012-10-26 22:12:40 +01:00 |
|
Jeremy Ruston
|
fd4ff10bf3
|
Added $tw.utils.pulse() for animating elements
To make it easier to see things while debugging
|
2012-10-15 17:18:32 +01:00 |
|
Jeremy Ruston
|
c11743088a
|
Niceties for JSHint
|
2012-08-02 22:32:34 +01:00 |
|
Jeremy Ruston
|
a05adc9d53
|
Reorganisations
Part two
|
2012-07-14 15:57:36 +01:00 |
|
Jeremy Ruston
|
3d4a5e1602
|
A bunch more source file reorganisations
Part one
|
2012-07-14 15:56:35 +01:00 |
|