Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Tooltip/Popover following the mouse pointer

Tooltip/Popover following the mouse pointer

Here is an HTML/CSS/JS module I created which displays tooltip/popover with custom HTML tags on hover following and moving with the mouse pointer. I am sure you will like this one 🙂 Do experiment with this one and let me know your version.

Select Element With Custom Arrow

Select Element With Custom Arrow

Here is a working demo of a select element with a custom arrow. You can choose any image in place of the arrow used in the demo according to your requirements.

jQuery Validation Plugin

jQuery Validation Plugin

This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 37 other languages.