Technology Guides and Tutorials

Tag: jQuery

  • How to Scroll to an Element without jQuery

    How to Scroll to an Element without jQuery

    Introduction jQuery is a popular JavaScript library that is used to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is widely used in web development, but it is not always the best choice. In some cases, it is better to use native JavaScript to achieve the…

  • How to Check if an Element is Hidden in jQuery

    How to Check if an Element is Hidden in jQuery

    Introduction jQuery is a powerful JavaScript library that allows you to easily manipulate the DOM. One of the most common tasks is to check if an element is hidden or not. This can be done using the jQuery .is() method. Using the jQuery .is() Method The jQuery .is() method allows you to check if an…