Imagine i have View and it contains :
  <ol >  
   <li> ....</li>         
</ol>
I want to know if its possible when i dynamically added another
   <ol >  
   <li> ....</li> 
   <li>New Added dynamically element by jquery </li>  
</ol>
Add element -> edit and save View ->When i open project again it comes with last changes that i made
 
    
?](https://stackoverflow.com/questions/1145208/how-to-add-li-in-an-existing-ul)