How to parse URL Using jQuery

We can simply parse the current URL elements using window.location JavaScript object. Window.location object contains information about the current URL. For example, to find out protocol in the URL, we can simply use. var sProtocol = window.location.protocol; But let’s say you have URL in a string variable or assigned to any DOM element like anchor […]
Read the rest of this entry »

JavaScript Mobile Libraries for Your Next Projects

Here is the collection of JavaScript Mobile Libraries that are useful to accomplish various tasks such as touch events, touch sliders, vibrations, swiping and many more. You can download them instantly and use for your mobile projects quickly with less efforts. Please share your feedback with us by posting a comment below. Enjoy !! 1. […]
Read the rest of this entry »

jQuery Menu Plugins for Smooth Navigation

If you are bored with default and orthodox menus and start-ups for your websites and looking to turn on the magic for your websites then you are at right place, here at jQueryHouse we have compiled a list of 20 Best jQuery Menu Plugins that will help you to create beautiful, responsive menus and sidebars […]
Read the rest of this entry »

20 Best jQuery Autocomplete Plugins

Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. […]
Read the rest of this entry »

Best jQuery Form Plugins You Should Use

jQuery Form Plugins allow you to decorate your default and boring forms into stunning and vibrant forms (inputs, selects, and checkboxes etc) with no or less efforts. Therefore in this article we would like to present some handpicked and useful jQuery Form Plugins for developers, following plugins will help you to generate beautiful forms as […]
Read the rest of this entry »

20 Best JavaScript Minifying Tools

Minifying or code compression is a technique (also called code minimization or code compression) of removing all unnecessary characters from the source code like unwanted white space characters, new line characters, comments, etc. It does not harm the functionality of the source code. It however, improves load time (and your web app’s performance) because the […]
Read the rest of this entry »

Responsive Menu
Add more content here...