Category Archive for: "Tips and Tricks"

  1. 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.

  2. 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).

  3. 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).

  4. 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).

  5. 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.

  6. jQuery

    Check if Textbox is Empty using jQuery Examples

    Have you ever wondered how to check if Textbox is Empty using jQuery? In this article, I am going to share a very easy way that you can use to check if Textbox is Empty using jQuery.

  7. jQuery

    Check if Textarea is Empty using jQuery Examples

    Have you ever wondered how to check if Textarea is Empty using jQuery? In this article, I am going to share a very easy way that you can use to check if Textarea is Empty using jQuery.

  8. jQuery

    jQuery Get ID of Checked Checkbox Examples

    Did you ever want to use jQuery to get ID of checked checkbox but did not know how to do it? In this article, I am going to share different ways to get ID of checked checkbox using jQuery with multiple examples. You can get ID of a single checked checkbox or loop through all the […]

  9. jQuery

    jQuery Create Function Example

    Have you ever come across a situation where you need to create function in jQuery but did not know how to do it? In this article, I am going to share a very simple and easy way to create function / define custom function using jQuery with an example.