Create Google Style Login Form Using Bootstrap Hi friends, in this post we will learn how to create google style login using bootstrap. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Read more about bootstrap here. In Previous post we have learnt Get Selected Row Data […]
Category: Website Design
Change Image Opacity On Mouseover Using jQuery In this post we will discuss how to Change Image Opacity On Mouseover Using jQuery. Opacity is term which is used to define opacity level for an element. Opacity level describes the transparency level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent. […]
Clearing Input Value on Focus Using jQuery In this tutorial we will learn Clearing Input Value on Focus Using jQuery. Here we are using jQuery to accomplish this. Code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Clearing Input Value on Focus Using jQuery</title> <style type="text/css"> body { width: 980px; margin: 0px auto; text-align: center; padding-top: 50px; font-size: 20px; […]