Skip to content
MoreOnFew

MoreOnFew

  • Home
  • Javascript
  • jQuery
  • CSS
  • HTML
  • Contact Us
  • Privacy Policy

attribute

How to remove multiple attributes in jquery?

September 26, 2022April 29, 2016 by moreonfew
jQuery Banner

Many a time you might have come across a scenario where you would want to remove multiple attributes from an element. For example, consider the following DIV : Now using jQuery’s removeAttr() method you want to remove both the data-id and data-module attributes. Many of us try to use multiple calls to the removeAttr() method … Read more

Categories jQuery Tags attribute, Javascript, jQuery, Jquery API

25 HTML link rel attribute values that you might not have known about

September 26, 2022March 5, 2016 by moreonfew
HTML5 MoreOnFew

The <link> tag is one of the most primary tags that a lot of us must have been using. This tag is usually found in the <head> section and plays the role of specifying the relationship between the current document and other documents. The most common use of this tag is to link the document … Read more

Categories HTML Tags attribute, HTML, HTML5, link, rel

Recent Posts

  • How to check if checkbox is checked in jQuery?
  • [Solved] Attempted import error: ‘Switch’ is not exported from ‘react-router-dom’
  • How to check if an element is hidden in jQuery?
  • How to remove a specific item from an array in JavaScript?
  • How to show ellipsis in CSS? Simple solution!

Categories

  • CSS
  • HTML
  • Javascript
  • jQuery
  • Home
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Sitemap
© 2025 MoreOnFew