Sha256: 3bc8b2237d50f4a139c6f902f4bd2f98be437baa2c55094c1be7021dd1325f11

Contents?: true

Size: 349 Bytes

Versions: 6

Compression:

Stored size: 349 Bytes

Contents

$(document).ready(function() {  
  $(".target").
    live("mouseover" , function() { $(this).addClass("mouseover");    }).
    live("mouseout"  , function() { $(this).removeClass("mouseover"); }).
    live("mousedown" , function() { $(this).addClass("mousedown");    }).
    live("mouseup"   , function() { $(this).removeClass("mousedown"); });
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casper-0.0.6 test/public/test.js
casper-0.0.5 test/public/test.js
casper-0.0.4 test/public/test.js
casper-0.0.3 test/public/test.js
casper-0.0.1.1 test/lib/public/rxin_test.js
casper-0.0.1 test/lib/public/rxin_test.js