Category Archive for: "Tips and Tricks"

  1. jQuery

    jQuery Remove Specific Class Examples / Demos

    If you wish to use jQuery to remove specific class of an element on a web page, we can use the .removeClass() method. In this article, I am going to share easy way to delete the specific class(es) from different elements of a web page, such as Textbox, Textarea, Select Dropdown, Image, etc.

  2. jQuery

    jQuery Remove All Classes Examples

    If you wish to use jQuery to remove all classes of an element on a web page, it can be done very easily. In this article, I am going to share easy way to delete the classes from different elements of a web page, such as Textbox, Textarea, Select Dropdown, Image, etc.

  3. jQuery

    jQuery Remove Class using .removeClass() method Examples/Demos

    Wondering how to use jQuery to remove class of an element on a web page? Then this article is for you. In this article, I am going to share easy ways of removing a single class from different elements of a web page, such as Textbox, Textarea, Select Dropdown, Image, etc.

  4. jQuery

    jQuery replaceAll Method Examples

    Want to find out how to replace each target element with the set of matched elements.? Then the .replaceWith() method in jQuery can be used to achieve this. In this article,  I am going to share easy examples that will show how to use the jQuery replaceAll method.

  5. jQuery

    jQuery replaceWith Examples

    Want to find out how to replace each element in the set of matched elements with the provided new content and return the set of elements that was removed? Then use the .replaceWith() method in jQuery. In this article  I am going to share easy examples that will show how to use the  jQuery replaceWith method.

  6. jQuery

    Validate Textbox In jQuery Examples/Demo

    Ever wondered how to validate textbox in jQuery? If yes, here is an article that will serve as a very simple guide. In this article, I am going to share very easy way to validate a single textbox or multiple textboxes when a form is submitted. Additionally, you will be able to add colors to […]

  7. PHP

    Easily Get PHP Code From Database & Execute / Parse It

    Do you have some custom PHP code in database that you wish to retrieve and parse / execute and show the output in the browser? Here’s an easy way to do just that.

  8. jQuery

    jQuery empty Selector Examples

    Ever wondered how to use the jQuery empty selector? In this article, I am going to share different ways of using the empty selector in jQuery along with easy to follow examples. Read on to find out more.

  9. jQuery

    jQuery Remove Div Examples

    It’s really good to know you can do virtually anything when using jQuery. Be either DOM manipulation or changing  appearance of something, adding animation, etc. The most basic of them is div manipulation. So let’s say you have added a div or there’s an existing div on a page. Do you know how to remove this div […]