2 coole Effekte mit jQuery

jQuery for Designers realisiert den “Coda Slider Effect” mit jQuery und stellt dabei folgen Ansprüche:

  1. Degrades perfectly without JavaScript enabled
  2. Sliding panels effect without hogging browser CPU
  3. Next and previous buttons added using JavaScript because they hold no use without JavaScript
  4. Hitting the page with a specific hash (i.e. page.html#preview) shows the right tab, and highlights the right navigation
  5. 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.

Possibly related posts (automatically generated)