Tag Archive for: "jquery-demos"

  1. Tips and Tricks

    WordPress Shortcodes: How to use Shortcodes in WordPress Theme Examples

    Using Shortcodes in WordPress themes: If you are wondering how to use Shortcodes in WordPress Themes, then this article is for you. In this article, I am going to show you how easily you can use shortcodes in any of the existing WordPress themes or a brand new WordPress theme. Read on to find out […]

  2. Adsense

    Google AdSense Ad Formats

    Love Google AdSense? Here’s one more reason to do so. Google AdSense Ad Formats already have wide range of wide formats. So what is this all about? You may be wondering. Well, the main crux of this article is to get you introduced to the latest ad format released by Google. Since long time, we […]

  3. Articles

    Supported YouTube Video Formats

    YouTube Videos, as you all know, is now owned by Google & is a great place to share videos. But did you know that YouTube Video Format has restrictions? I came to know about this just recently when I tried to upload a video, waited for upload to finish, only to be later shown an error […]

  4. Others

    jQuery AJAX: What, Why and How?

    Have you been always curious about what is jQuery AJAX, why to use jQuery AJAX and how to use AJAX in jQuery? In this article, I am going to introduce you to the concepts of jQuery AJAX. Read on to find out more.

  5. Tutorials

    WordPress Login: How to login into WordPress for Admin / Users

    WordPress Login: Did you just install a new WordPress website and now you are wondering how to login into WordPress as an Admin / User for administration purposes? In this short tutorial, I am going to share an easy way to login into WordPress Admin panel as an Admin or as a general user. So read on to […]

  6. jQuery

    jQuery Google | jQuery Google Latest – Include latest jQuery from Google/jQuery CDN

    If you always wondered what jQuery Google latest is but didn’t know what it really means, then this article is for you. In this article, I am going to tell you  what jQuery Google latest is, why I recommended using it & how it can be used to ease up your web development process and how […]

  7. jQuery

    jQuery CSS Method Examples

    jQuery CSS is an easy to use method available in jQuery for accessing the style property from the first matched element, in the set of matched elements. Simply put, if you need to assign a new value via CSS, modify an existing CSS value or need to remove the existing CSS values using jQuery, then jQuery […]

  8. jQuery

    jQuery insertAfter Examples

    jQuery insertAfter is an easy to use method provided by jQuery. If you want to insert text or any other content, insertAfter the end of an element, then insertAfter method is for you. In this article, I am going to share info on the insertAfter() method along with easy to follow examples.

  9. jQuery

    jQuery after Examples

    jQuery after is an easy to use method provided by jQuery. If you want to insert text or any other content, after the end of an element, then .after() method is for you. In this article, I am going to share info on the after() method along with easy to follow examples.