Pay attention

    ui
    Often it is necessary to draw the attention of the user to any detail of the interface.

    For example, if there is an error in entering data into the form. Usually webmasters use color highlighting or error text, and this usually helps, but there are particularly dull users who will not find their error and simply simply leave your website. And there are many such situations.

    I want to show you a technique that allows you to draw the user's attention, in my opinion, with great accuracy.

    This trick works based on the javascript jQuery library, and it’s not a pity, it will not work in a browser with javascript disabled.

    Highlighting the desired item occurs by dimming the rest of the content (and, if desired, blinking), that is, the user will see only the desired item.

    screen

    This script, as the developers assure, works in all browsers. I also want to note that this solution is very thought out, I especially liked the support of scrolling to the right place on the page.

    I advise you to see examples of this script at its office. site.
    Visit of. jQuery plugin site "seekAttention"
    Note source

    Also popular now: