Response title
This is preview!
Caveats of the load event when used with imagesA common challenge developers attempt to solve using the .load() shortcut is to execute a function when an image (or collection of images) have completely loaded. There are several known caveats with this that should be noted. These are:It doesn't work consistently nor reliably cross-browserIt doesn't fire correctly in WebKit if the image src is set to the same src as beforeIt doesn't correctly bubble up the DOM treeCan cease to fire for images that already live in the browser's cache
$.datepicker.setDefaults($.datepicker.regional['fr']);
$.datepicker.setDefaults($.datepicker.regional['fr']);
© 2013 jQuery Foundation
Sponsored by and others.