Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Update news items like on FaceBook
  2. <ul id="news_list">
  3.     <li id="1">
  4.         //news item inner html
  5.     </li>
  6.  
  7.     <li id="2">
  8.         //news item inner html
  9.         <input type="text" name="comment"/> //example when the user is adding a comment to the post
  10.     </li>
  11. </ul>