Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1.  <!-- Produced by Zepto -->
  2. <div style="position: absolute; display: none; " id="calroot">
  3.   <div>
  4.      <a></a>
  5.      <div>
  6.        <a></a>
  7.        <a></a>
  8.      </div>
  9.    <div>
  10.       <div>
  11.         <div></div>
  12.       </div>
  13.    </div>
  14.   </div>
  15. </div>
  16.  
  17. <!-- Produced by jQuery -->
  18. <div style="position: absolute; display: none; " id="calroot">
  19.  <div>
  20.    <a></a>
  21.    <div></div>
  22.    <a></a>
  23.   </div>
  24.   <div>
  25.     <div></div>
  26.     <div></div>
  27.   </div>
  28. </div>
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement