I am looking for some advice on an idea which i am unsure if i can do it or not…
i am loading records out of a database and listing them in individual divs and adding an id number from the databse to the divs,the divs are about 100px wide and right across the screen..
i am wondering if i can use some kinda of plugin by jquery so that if i click on the record a tab would slide out from the right hand side with more data on that individual record from the database.. and then i could close it and it would side back so i can only see the records again..
i have had a bit of a look at the jquery ui page with all the demos but i didnt really find anything…
any help or pointers would be great.. even if u know of something simllar ill be happy to look into it…
thanks in advance for any help
Ok so here’s my fiddle
HTML (standard containers, etc)
CSS
Javascript
In this example, I populate the records dynamically, but if you want a SEO friendly way of doing it, you can create the HTML in the page directly. Let me know if you have questions.