You may have seen follow me button on some site by clicking on which a box will slide up containing details. This article describes how to create such a drop down/up box using JQuery and CSS. Here I have used JQuery 1.6.2-min.js. The HTML code: The CSS magic: The JQuery: You can play with CSS … Continue reading How to create drop down login and follow me box
Category: Java Script
Some useful JavaScript functions
Some JavaScript techniques and functions that will be helpful in web development. 1. Toggling visibility of a table or a div or any other element: 2. Remove all child nodes of an element: 3. Validate radio group: 4. Sending an async request to server: 5. To hide/disable scroll bar of a browser: 6. Validate url … Continue reading Some useful JavaScript functions
