Jquery JavaScript DHTML


  
    
    
$(document).ready(
  function() {
    $('input#tmpQuote1').click(
      function($e) {
        $e.preventDefault();
        $('p#id1').replaceAll(this);
      }
    );
    $('input#tmpQuote2').click(
      function($e) {
        $e.preventDefault();
        $('p#id2').replaceAll(this);
      }
    );
  }
);
    
    
div {
    background: #acf7d0;
    border: 3px solid #96dab6;
    margin: 3px;
}
div#tmp {
    display: none;
}
    
  
  
    
      
        asdf
      


      
        asdf