Scrollbar looks like in new Gmail theme. The code written in jQuery and CSS.
Page: jQuery
Facebook/Twitter style Scrollbar Using jQuery and CSS
The Facebook and Twitter have their own scrollbars styles. Are you looking for the same thing?
jQuery: Mouse Over Text Color Filling Menu
A simple jQuery effect for filling color over text. There is nothing much to do for this. Just create a …
jQuery: Grouping Elements on MouseOver Event
Grouping elements on mouse over, for example, If You have two div elements div#leftBox and div#rightBox, div#rightBox containing a …
jQuery: Clear Text field on Focus
Simple jQuery script to clear the text field content on focus and retain if there is no entry in text …
jsFiddle – An Online Editor for JavaScripts, HTML5 and CSS3
Recently I was thinking about to design a Live editor for CSS and HTML, while googling I found an amazing …
jQuery Backstretch
I have found one interesting stuff in jQuery, to resize the image with window dimension. ie if you want to fit the background …
Simple Page Overlay using jQuery and CSS
Simple script for page overlay using jQuery and CSS property. It will place a div after the body tag, and …
MouseOver Auto Scroller Menu Using jQuery and CSS
On Mouse Over auto stroller menu using jQuery and CSS. The menu is build with ul li elements, menus are …
jQuery Notification Message like StackOverflow
Here is the source code of the notification message like in stackoverflow. Make it easy with jQuery and CSS. Place …
jQuery UI DatePicker Disable/Enable Specified Dates
We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we …
Simple Image Gallery In jQuery
jQuery plug-in for a simple image gallery “simpleGallery()”. This will load all the images to the gallery container, then the …
jQuery Shaky/Vibrating Menu
A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we …
Vertical Floating Menu With Accordion Effect Using CSS & jQuery
It is a combination of 3 types of menu styles, Floating, Sliding and Accordion with the css and jQuery. The …
Chapter -2: jQuery Selectors Visibility Filter (Part III)
:hidden Selector
Selects all elements that are hidden.
Elements can be considered hidden for several reasons:
They have a display value of none.
…
Chapter -2: jQuery Selectors Hierarchy (Part II)
2. Hierarchy
2.1 Child Selector (“parent > child”)
Selects all direct child elements specified by “child” of elements specified by “parent”.
// Example …
