jQuery highlight text code
UX-UI
Dynamic page load and replacing the content
Hi, Let us see today and understand the concept of dynamic page loading, how to achieve to create a dynamic page replacing content with HTML, …
Google like menu in jQuery
Google like vertical menu in jQuery
Using multiple accordion in jquery with single function
I was working on an application recently and I had to use accordion in multiple places and pages. Of course, this was extra space and …
Swipe detection for android-ipad device using jQuery mobile
Here is the most simple script to detect the browser swipe feature using jQuery mobile for android and iPad devices. of course, we can work …
Page scroll for ipad-android device using javascript-jquery
In the last post, we had written about swipe detection using jQuery mobile. We are really inspired by the iPad page scroll UI, it looks …
Simple jquery image gallery script
Let’s see a jquery image slider code with image titles or a jquery carousel slider example. jquery image slider code features Ok, let’s start… After …
Simple tooltip in jQuery
In this post, I have attempted to create custom jQuery code to show the tooltip on mouseover event. Create a DIV element Ceate a div …