Jquery JavaScript DHTML


  
    
    
$(document).ready(
  function() {
    $('input#tmpAddAlbum').click(
      function($e) {
        $e.preventDefault();      
        $('table tbody').append(
          "\n" +
          "  \n" + 
          "    \n" + 
          "  \n" +
          "  1980\n" +
          "\n"
        );
      }
    );
  }
);
    
    
table {
    width: 100%;
    background: lightgreen;
}
th {
    background: green;
    color: lightgreen;
}
    
  
  
     

C Albums


     
       
         
           
                   
         
       
       
       
     
TitleYear