Categories: Snippets

Search Box Slide Open

Recent Posts

Selecting Elements in jQuery (jQuery Selectors)

To collect a group of elements, we pass the selector to the jQuery function using…

7 years ago

jQuery library Introduction

jQuery is a lightweight, "write less, do more", JavaScript library. The purpose of jQuery is…

7 years ago

Adjust li width fit with ul width of the outer div/body

HTML:- [crayon-6936f80f48c63155284409/] CSS:- [crayon-6936f80f48c66680861919/] JavaScript:- [crayon-6936f80f48c69380447336/]  

7 years ago

Customize Input Box using jQuery

Prevent users typing special characters in text box, textarea, etc. [crayon-6936f80f48d2a765991670/] ^[a-zA-Z]+$ Alphabets ^[a-zA-Z\s]+$ Alphabets…

7 years ago

JavaScript simple form validation with example

Any interactive web site has form input - a place where the users input different…

7 years ago

Clear the browser cache of CSS or JavaScript Using Javascript

[crayon-6936f80f48f7a559191488/]  

7 years ago