Rockonmetal
05-28-2009, 07:36 PM
# Thingy
So I wanna make a fancy menu like this
<ul>
<li><a href="#home">Home Sweet Home</a></li>
<li><a href="#documentation?group=1&article=3">Getting Started</a></li>
</ul>
<div class="content">
CLICK A LINK FOO!
</div>
How do I get it in jQuery so that I can use that # thingy to pull up a page on div class content?
JSON
What is it, how in the coding gods underworld do you actually use it? Now, to help because i hear it can do some wide range of fancy pants things... Can I use it to assist in retrieving information from a file (probably xml) or database?
NOTE FOR BOTH: i have looked through the jQuery site for both of these things and can't seem to find them, looked through example codes such as lightboxes and other things like that, but I can't seem to find it!
thnx!
So I wanna make a fancy menu like this
<ul>
<li><a href="#home">Home Sweet Home</a></li>
<li><a href="#documentation?group=1&article=3">Getting Started</a></li>
</ul>
<div class="content">
CLICK A LINK FOO!
</div>
How do I get it in jQuery so that I can use that # thingy to pull up a page on div class content?
JSON
What is it, how in the coding gods underworld do you actually use it? Now, to help because i hear it can do some wide range of fancy pants things... Can I use it to assist in retrieving information from a file (probably xml) or database?
NOTE FOR BOTH: i have looked through the jQuery site for both of these things and can't seem to find them, looked through example codes such as lightboxes and other things like that, but I can't seem to find it!
thnx!