Sha256: f314b82a5f12ea54c4a059bdfac51da18b3ddb6418efc9a93bbe40617ac097a3
Contents?: true
Size: 237 Bytes
Versions: 5
Compression:
Stored size: 237 Bytes
Contents
jQuery.fn.simple_photo_swap = function(target_id){ this.click(function(){ $("#"+ target_id).attr({ src : $(this).attr("href"), alt : $(this).attr("title") }); return false; }); };
Version data entries
5 entries across 5 versions & 1 rubygems