Javascript has an outerHTML function, but jQuery does not. In this snippet of code, we show you how to create an extended jQuery function so that you can use .outerHTML() on any selector.
Read More
Javascript has an outerHTML function, but jQuery does not. In this snippet of code, we show you how to create an extended jQuery function so that you can use .outerHTML() on any selector.
A native find/replace function does not exist in jQuery. Our snippet allows you to find and replace any text within any matching selector. Cool, right?
A smooth sliding transition between Bootstrap tabs, using only css and jQuery. No other plugins needed.
The best solutions to redirect and migrate sites to a new domain using htaccess redirect rules, and how to avoid 404 pages.
In modern web and mobile applications, good UI practices state that a user should be able toggle the visibility of the password input field. Here is how to do it simply and efficiently with a jQuery plugin.