Let’s Code Better

  • Image/thumbnail Zoom Effect on Mouse Hover Using jQuery

    In this post, we will discuss jQuery custom code to implement Image/ Thumbnail Zoom effect on hover. For a number of images, we usually place thumbnails of larger images which be selected by the user to view full-size image. In this example, we will place images in square boxes which will show thumbnails by default…

    Read more: Image/thumbnail Zoom Effect on Mouse Hover Using jQuery
  • Circular Focus TAB and Shift+TAB using jQuery

    Sometimes HTML pages having form fields need keyboard navigation by a user in a specific area or a container. A user can navigate using TAB forward motion or TAB+SHIFT key combination for backward navigation through form elements like the link, input, text areas, select dropdowns etc. But we can control it to some extent using…

    Read more: Circular Focus TAB and Shift+TAB using jQuery
  • How to Redirect Single Blogger Post to External URL

    Here is the simplest way to redirect an old blogger post to new URL using Javascript.

    Read more: How to Redirect Single Blogger Post to External URL
  • Hide or Close Div Using Escape Key JavaScript | jQuery | AngularJS

    Esc key on our keyboard can be useful even in Web pages and applications. We can use Esc key to close dialogue boxes or any custom popup modals. Here we will discuss even handling on ESC key press in which we can fire any event we want.

    Read more: Hide or Close Div Using Escape Key JavaScript | jQuery | AngularJS
  • How to Get Selected Value in DropDown List using jQuery JavaScript?

    In this post, we will discuss the various method in jQuery and JavaScript to get value selected in DropDown. In Javascript, it becomes a bit tricky to fetch selected values, but in jQuery, we have some predefined and easy methods to fetch values from form fields like drop down.

    Read more: How to Get Selected Value in DropDown List using jQuery JavaScript?