htm() Method
Inserisce codice html all'interno dell'elmento o della collezione di elementi selezionati
// API dBJs
        
          
                        
                        Davide Bausach
            / 15-05-2015
          
        
      
        Argomenti:
- [string] val : codice html da inserire
      - [string] val : codice html da inserire
Standard sintax
    //sintax for element by id
    $D('#myElement').htm('htmlText');
    //sintax for elements by class name
    $D('.myElements').htm('htmlText');
  
 
  Example 1
    
    <button type="button" onclick="">htm #</button>
  
    Example 2
    
    <button type="button" onclick="">htm .</button>
   
    
        Argomenti:
      - [string] val : codice html da inserire      
      
      
      
      
      
      
      
    
