Simple news affix for news article chapters. Affix will show when you scroll to article section which is defined as headerWrapper
inside code.
This jQuery plugin was mentioned as one of the top 10 solutions marked as "clever" without need to manipulate over DOM. Quite simple yet powerful
Main idea of this jQuery plugin was to create professional, yet creative representation of company employees. Each employee has set of 5 images saved to shared sprite image which changes on hover effect.
This plugin can be combined with jQuery Team Hover plugin
. Main idea of this plugin is to achieve interaction with visitors in the following way: When the page is loaded for the first time, all items have initial image. While scrolling, if entire row is in the visitor eyesight, whole row will trigger second image to show.
This plugin can be combined with jQuery Team Hover plugin
. Main idea of this plugin is to achieve interaction with visitors in the following way: When the page is loaded for the first time, all items have initial image. While scrolling, if entire row is in the visitor eyesight, whole row will trigger second image to show.
This jQuery plugin allows you to use BEM properly with JavaScript class addition. Often you need to add a class to HTML
element after certain event / interaction (click, hover, focus etc.). If you are not using BEM, these things are very easy. But, if you want to use BEM properly, this could be hard.