David DeSandro
|
d90af1bc98
|
component.json -> bower.json; Ref #65
|
2013-05-20 17:33:24 -04:00 |
|
Tomas Sardyha
|
3f3cf10ca7
|
Bumping version
|
2012-12-16 17:18:01 +01:00 |
|
Avishay Lavie
|
987e806bdd
|
Easier unbinding using just the namespace
|
2012-12-16 18:05:41 +02:00 |
|
Avishay Lavie
|
5e4d12b012
|
Use named functions for image handlers to allow multiple bindings and unbindings.
|
2012-12-16 17:20:07 +02:00 |
|
Tomas Sardyha
|
c7634aa6a4
|
registering deferred methods with callback argument, fixes #30
|
2012-09-10 22:00:40 +02:00 |
|
David DeSandro
|
9e8766137f
|
jshint : jQuery gets global
|
2012-02-27 23:07:58 -05:00 |
|
David DeSandro
|
e9ebf7c6c5
|
re-enable strict mode
whoops, didn't realize that it _can_ be set in block-level
https://developer.mozilla.org/en/JavaScript/Strict_mode#Strict_mode_for_functions
|
2012-02-27 09:31:13 -05:00 |
|
David DeSandro
|
c6b3094ce1
|
specify JSHint options
remove strict mode
event.type === 'error'
window.jQuery
v2.0.1
|
2012-02-27 09:25:52 -05:00 |
|
Tomas Sardyha
|
62a3149dd8
|
forgotten version bump in file
|
2012-02-27 11:02:50 +01:00 |
|
Tomas Sardyha
|
9883dc37c6
|
minor rewrite adding FF 3.6 support, increased speed, and moar bulletprooffness - closes #22, closes #24
|
2012-02-26 22:54:43 +01:00 |
|
Tomas Sardyha
|
30bb80ff55
|
resolved possible strict mode violations as a compliance to JSLint nazis, closes #23
|
2012-02-17 19:44:23 +01:00 |
|
Tomas Sardyha
|
c98bbe0b93
|
version bump to 1.2.4
|
2012-02-11 15:40:40 +01:00 |
|
Tomas Sardyha
|
695f896eff
|
event caching was ignoring changed img.src, fixes #20
|
2012-02-10 22:17:15 +01:00 |
|
Tomas Sardyha
|
a5eca76a05
|
move blank data-uri outside of plugin function and treat it as a constant
|
2012-02-10 21:54:26 +01:00 |
|
Tomas Sardyha
|
6610c32e69
|
fix of epty callback error, closes #19
|
2012-02-02 10:25:13 +01:00 |
|
Tomas Sardyha
|
ff65027665
|
caching of events in element data to increase speed of repeated calls and reduce images flickering in old versions of IE
|
2012-02-01 19:35:27 +01:00 |
|
Tomas Sardyha
|
248f7e503d
|
support for older jQuery versions with optional Deferred usage, closes #18
|
2012-02-01 19:15:52 +01:00 |
|
David DeSandro
|
bd70f1dab9
|
don't use ternary; use return in imgLoaded
|
2012-01-17 09:38:26 -05:00 |
|
David DeSandro
|
77ca831de0
|
whitespace fixes, change to hard tabs
|
2012-01-17 09:22:29 -05:00 |
|
David DeSandro
|
4706f591a8
|
bump version # v1.2.0
|
2012-01-17 09:17:51 -05:00 |
|
Tomas Sardyha
|
b1552c8734
|
Deferred support with differentiation between proper and broken images
|
2012-01-11 21:25:52 +01:00 |
|
David DeSandro
|
8160df728f
|
v1.1.0; === with $.inArray
|
2012-01-10 07:33:55 -05:00 |
|
Tomas Sardyha
|
2ffea9a8fb
|
Added namespacing for events
|
2011-12-09 17:43:13 +01:00 |
|
Tomas Sardyha
|
6f8716dd62
|
Fixed loaded images check
|
2011-11-25 10:10:19 +01:00 |
|
Tomas Sardyha
|
68c5e8f49f
|
Fix loaded images check with caching
|
2011-11-24 22:13:12 +01:00 |
|
Trey Hunner
|
2a22f46df7
|
Fix undefined variable check
|
2011-11-16 16:34:01 -08:00 |
|
David DeSandro
|
68ea280041
|
event.target instead of this in imgLoaded; v1.0.4
Fixes #5
|
2011-09-16 22:46:43 -04:00 |
|
David DeSandro
|
e8117cec1c
|
filter for images as well; v1.0.3
move other comments for better uglification
So it doesn't break for people switching from @paulirish's old version.
|
2011-09-01 17:58:22 -04:00 |
|
David DeSandro
|
566f9269f8
|
v1.0.2 - move contributors to README
|
2011-09-01 12:27:45 -04:00 |
|
Mathias Bynens
|
8ca23bd817
|
Rename _this into $this for consistency with $images. Also, use $this instead of the this keyword where possible, for better minification.
|
2011-09-01 16:43:37 +03:00 |
|
Mathias Bynens
|
7b8559bcac
|
Use a local undefined variable, just in case window.undefined is actually defined.
|
2011-09-01 16:41:21 +03:00 |
|
David DeSandro
|
1a41e5944b
|
jsdoc-like comment header; v1.0.1
|
2011-08-30 09:41:19 -04:00 |
|
sdepold
|
58a42e60ae
|
scope jquery via self calling function
|
2011-08-30 14:19:34 +02:00 |
|
David DeSandro
|
2f68db747b
|
credit @ajpiano
|
2011-08-25 17:08:59 -04:00 |
|
David DeSandro
|
04c3920c9d
|
src : remove two-pass method; revert back to @paulirish's version; unbind handler after its been triggered; revise comments
|
2011-08-25 13:34:19 -04:00 |
|
David DeSandro
|
a82f93e283
|
Merge in yconst's version; call callback on self; remove gistfile1.js
|
2011-07-22 17:27:36 -04:00 |
|
David DeSandro
|
b7359a8ba0
|
Trigger callback if no images
|
2011-02-11 17:29:36 -05:00 |
|
David DeSandro
|
44f2742ae1
|
add file
|
2011-01-30 18:53:02 -05:00 |
|