ajax.html 394 B

1234567891011
  1. <div id='homer' style="background:url(../content/homer.jpg) right center no-repeat #ececec; height:135px; width:280px; padding:30px 10px;">
  2. <strong>Homer</strong><br/>
  3. <em>\noun\</em><br/>
  4. <strong>1.</strong> American bonehead<br/>
  5. <strong>2. Pull a Homer-</strong><br/>
  6. to succeed despite<br/>
  7. idiocy
  8. </div>
  9. <script>
  10. $('#homer strong').css({color:'red'});
  11. </script>