All posts by: "admin"

About admin

  1. jQuery

    jQuery Arrow Keys Binding Examples

    jQuery Arrow Keys: Have you ever wondered how to bind arrow keys using jQuery? Let’s say that you want to enhance your user experience to a website by using jQuery or you want to trigger an action when certain key, such as the Up arrow key or Down arrow key, etc. is pressed, do you know […]

  2. jQuery

    jQuery Reset Radio Button Examples

    Have you ever wondered how to use jQuery to reset radio button once it is selected, using jQuery? In this article, I am going to share easy ways to reset a radio button and/or reset all radio buttons.

  3. jQuery

    jQuery innerHTML Examples

    If you have heard about jQuery innerHTML, then at some point of time or other, you must have wondered how to use jQuery to replace innerHTML of Div. In this article, I am going to share some examples on how to do just that.

  4. jQuery

    jQuery Get Class Examples

    Have you wanted to get class of an element or list of all class applied to an element using jQuery? In this article, I am going to share an easy way to do just that. Actual code is just 1 line, so it’s super easy to follow along.

  5. jQuery

    jQuery Set Dropdown Value Examples

    If you are wondering how to use jQuery to set dropdown value using jQuery, then look no further! In this article, I am going to share some examples that show how to easily set dropdown value.

  6. PHP

    PHP Get Image Dimensions (Width & Height) Examples

    Have you ever wanted to get image dimensions  using PHP? In this article, I am going to share an easy way to use PHP to get image dimensions (width & height).

  7. jQuery

    jQuery Get Image Dimensions (Width & Height) Examples

    Working with images could be tough & time consuming, especially when you do not know your way around dealing with them. In this article, I am going to share an easy way to use jQuery to get image dimensions (width & height).

  8. JavaScript

    JavaScript Get Image Dimensions (Width & Height) Examples

    Have you ever wanted to get image dimensions using JavaScript? In this article, I am going to share an easy way to use JavaScript to get image dimensions (width & height).

  9. jQuery

    jQuery Form Selectors Examples / References

    Do you know what there are many form selectors in jQuery and it’s very easy to access the form elements very easily with just few lines of code. In this article, I am going share jQuery Form Selectors Examples with you for a better understanding of how the jQuery Form Selectors work.