2 coole Effekte mit jQuery
jQuery for Designers realisiert den “Coda Slider Effect” mit jQuery und stellt dabei folgen Ansprüche:
- Degrades perfectly without JavaScript enabled
- Sliding panels effect without hogging browser CPU
- Next and previous buttons added using JavaScript because they hold no use without JavaScript
- Hitting the page with a specific hash (i.e. page.html#preview) shows the right tab, and highlights the right navigation
- Any link on the page that refers back to a panel should trigger the effect and highlight the right navigation - this should happen without any extra work
Im WebResourcesDepot wird Schritt für Schritt eine Load Content While Scrolling Funktionalität erklärt.
When we are scrolling down a webpage, the code recognizes that you are at the bottom and auto-loads new content. It helps increasing the initial load speeds of pages faster and users will have to load only the content they see.

