Convert hash tags (#) and @mentions into colorful text by jQuery autotag

jQuery auto tag

The jquery-autotag plug-in The autotag plug-in converts any text typed in the contentEditable=”true” elements of the DOM with @ or # into colorful and distinguishable text. Since social media, the usage of mentions (@) and hashtags (#) has incredibly increased, so it is worthwhile to make it prominent if your web pages has content editable … Read more

Create simple Animation on Scroll for Elements by jQuery plug-in

jQuery aniation scroll 45-degree

How to create simple animation on the scroll? You may create animation for different HTML elements in DOM by using the dctb-animate-scroll jQuery plug-in. For example, displaying image and text in a div or paragraph as a user scrolls down to that element with animation. Developer’s page Download plug-in How to implement animate scroll plug-in? … Read more