Tag Archive for: "jquery-demos"

  1. jQuery

    jQuery Mouseout Example

    The commonly known onmouseout event in JavaScript is synonym to using mouseout in jQuery. But do you know how to use mouseout in jQuery? In this article, I am going to show how to use the mouseout event in jQuery. This event can be applied for mouseout effects on Divs, Images, etc. So read on […]

  2. jQuery

    jQuery Mouseover Example

    The commonly known  onmouseover event in JavaScript is synonym to using mouseover in jQuery. But do you know how to use mouseover in jQuery? In this article, I am going to show how to use the mouseover event in jQuery. This event can be applied for mouseover effects on Divs, Images, etc. So read on to […]

  3. JavaScript

    JavaScript Substring / jQuery Substring Examples

    In JavaScript, the substring() method extracts the characters from a string, between two specified indices, and returns the new sub string. So if you want to find out how to use Substring in JavaScript / jQuery, then this article is for you as the solution is the same.  Examples follow. So read on to find out […]

  4. jQuery

    jQuery Class Examples – Select Element With Single / Multiple Class

    If you are wanting to know how use jQuery to target Class attribute  of an element & if want to be able to select element with Single / Multiple Class, then this article is for you. In this article, I will show you how to select an element with just a single class & also select […]

  5. Articles

    Happy New Year 2013!

    Happy New Year everyone! I wanted to take this opportunity to convey my wishes & thanks, especially to our readers & visitors!

  6. jQuery

    jQuery .text() Method Examples

    Have you ever wanted to get the textual value of an element using jQuery? Do you know that you can easily get the content of an element as well as set the content of an element using the jQuery text method? In this article, I am going to show you how to do set/get text value […]

  7. jQuery

    jQuery :not() Selector Examples

    Have you ever come across the jQuery not selector? If yes, did you wonder how  & why it’s used? In this article, I am going to show by means of a simple to follow example on how to use the :not() selector in jQuery. So read on to find out more.

  8. Tips and Tricks

    WordPress: How to use Shortcode in Widget

    Have you ever wondered how to use Shortcode in Widget for WordPress? If you have noticed in general, even if you use Shortcode in a Widget area & would expect the proper output to be shown, that won’t be the case. So how to go about telling WordPress to parse shortcodes & execute the relevant […]

  9. CSS

    CSS Image Rollover with Example

    If you would like to create rollover effect by using only CSS i.e. a pure CSS Image Rollover effect, then this article is for you. In this article by using a simple example, I am going to show how to create Rollover effect for an image by simply using CSS and without any javascript or […]