Tag Archive for: "jquery-demos"

  1. Snippets

    WordPress Display Thumbnail for Post (2 Ways)

    Did you ever want to make WordPress display Thumbnail for post but did not know how to do it? I am going to discuss 2 ways to do this. Just copy this snippet into your theme, wherever you want to display the thumbnail and that should do it.

  2. Tips and Tricks

    PHP Delete / Remove From Array Examples

    A very important concept in PHP is the arrays. So if you are familiar with it, you may have come across a situation where you wanted to use PHP to remove element from array. So do you know how to delete a specific element from array? If not, this article is for you. In this […]

  3. Others

    What is WordPress? Why WordPress is used? How to use WordPress?

    Ever wondered What is WordPress? Why WordPress is used? How to use WordPress? In this article, I am going to introduce WordPress to you and answer these questions. Read on to find out more.

  4. Articles

    Auto Insurance, Health Insurance, Life Insurance and more

    Auto Insurance, Health Insurance and Life Insurance are some of the many insurance we need on a daily basis in life to safeguard against unexpected future risks and mishaps. But do you know what exactly they are, the legal terminology, how they operate, how to save costs, find out cheap and best auto insurance and […]

  5. jQuery

    jQuery Replace Textbox With Another Element Examples

    When working with different form elements, there might have been a time when you needed to replace a certain element in the form with another. In this article, I am going to share with you an easy way to replace a form element with another & specifically, use jQuery to replace textbox with another element. Examples follow.

  6. JavaScript

    How To Check If Textbox Is Empty Using JavaScript

    If you have worked with forms, then you would know how important it is to process the form input to make sure that all the required information is filled out properly. In this article, I am going to share a very easy way that you can use to check if Textbox is Empty using JavaScript.

  7. jQuery

    Populate Select Dropdown With Array Values Using jQuery Examples

    While working with select dropdown, you may have noticed that it is very easy to work with them, if they are already filled with the option values. But let’s say that now you do not know anything about the values that need to be populated in the select dropdown, rather let’s call it a dynamic […]

  8. Snippets

    WordPress: Get all Categories of a post (both parent and children/sub categories)

    Have you ever wondered how to retrieve or get all categories of a post?  This little snippet will help you make WordPress get all Categories of a post (both parent and children/sub categories).

  9. jQuery

    jQuery Select Option Count Example

    While dealing with Select dropdown in a form, at times, it might be desirable to get count of select options for further processing. Now this is possible using the Server Side Programming language that you use but we will need to reload the page. And we want to avoid reloading the page. So in this article, I […]