How to create a blog archive in jQuery UI

How to create a blog archive in jQuery UI

I want to create a blog archive made of jQuery but when i did it i have a problem.


Here's the code:


  
<div id= "accordion" >
   <h3>
    2013
   </h3>
   <div id= "accordion" >
     <h3>
      December
     </h3>
     <div>
       <a class= "anchor" href= "riverajakob11.github.io/index.html#my-first-post" ><span class= "octicon octicon-link" >My first post </span></a>
       <br>
       <a class= "anchor" href= "riverajakob11.github.io/index.html#how-do-i-blog-posts" ><span class= "octicon octicon-link" >How do i do blog posts </span></a>
     </div>
   </div>
</div>

So i need help i embedded jquery ui on it i just didn't put ii in the cide snippet above.

Thanks for the help.