Patrick Hall schrieb:
> Hi folks,
> 
> What about some sort of interactive "about" or "quick tour" page? I
> imagine something like this:
> 
> The page loads with a simple jQuery logo. When you click it (or after
> a short wait if the user can't figure out how to click ;-] ) a
> div#info slideDown()s containing a short description, I dunno,
> something like:
> 
> "jQuery is the
> * coolest
> * most concise
> * most capable
> * most intuitive
> Javascript library around!"
> 
> Or something. =]
> 
> Simultaneously, on the left the code which called the effect appears:
> 
> $(document).ready(function(){ $('#info').slideDown() } ) 

Hm, that brought me to another idea: Let there be an interactive command 
line with autocompletion on the page, where you can try out some funny 
things...

Not sure if that could work out, but it would be a nice showcase as well.


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to