Let’s Code Better
-
Image/thumbnail Zoom Effect on Mouse Hover Using jQuery
Read more: Image/thumbnail Zoom Effect on Mouse Hover Using jQueryIn 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…
-
Circular Focus TAB and Shift+TAB using jQuery
Read more: Circular Focus TAB and Shift+TAB using jQuerySometimes 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…
-
How to Redirect Single Blogger Post to External URL
Read more: How to Redirect Single Blogger Post to External URLHere is the simplest way to redirect an old blogger post to new URL using Javascript.
-
How to Get Selected Value in DropDown List using jQuery JavaScript?
Read more: 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.