$("#item").removeClass();
Calling removeClass
with no parameters will remove all of the item’s classes.
You can also use (but it is not necessarily recommended. The correct way is the one above):
$("#item").removeAttr('class'); $("#item").attr('class', ''); $('#item')[0].className = '';
If you didn’t have jQuery, then this would be pretty much your only option:
document.getElementById('item').className = '';
Related Posts:
- JavaScript sleep/wait before continuing [duplicate]
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How do I link a JavaScript file to a HTML file?
- jQuery document.createElement equivalent?
- How can I scroll to an element using jQuery?
- jQuery equivalent of JavaScript’s addEventListener method
- Adding an onclick function to go to url in JavaScript?
- Checking a Url in Jquery/Javascript
- Best way to store a key=>value array in JavaScript?
- When and why to ‘return false’ in JavaScript?
- querySelector vs. getElementById
- Format date to MM/dd/yyyy in JavaScript
- How is JavaScript .on() method defined?
- Javascript isnull
- JQuery: $.get is not a function
- How to read data From *.CSV file using javascript?
- jQuery count child elements
- How do I check if an element is hidden in jQuery?
- How can I expand and collapse a using javascript?
- How to call a webservice method from an html page [javascript] with out refresh the page
- Javascript : array.length returns undefined
- I want to enqueue a .js file to my child theme
- Add custom shortcode button to Editor
- Infinite scroll / lazy loading with NextGen Gallery [closed]
- jQuery UI Datepicker not working
- Defer Parsing of Scripts
- Draggable item in custom gutenberg block
- Including javascript for a shortcode
- Asynchronous Javascript Loaders
- Unable to run jQuery script in my template file
- How to Use JSON With AJAX?
- Using wp_ajax and wp_ajax_nopriv hooks
- Hide/show customizer controls based on other settings in Customizer
- How do I get my page to load the jQuery UI Effects library?
- How to add unique image class to WordPress
- Dropzonejs with WPCF7 [closed]
- jQuery Tree View and wp_list_pages
- Jquery conflict
- WP Admin missing icons, numerous JavaScript errors, but only when SCRIPT_DEBUG is false
- Loading posts via AJAX in a hidden div with updated URL?
- wpColorPicker: How update colors on input value update?
- How to show jquery popup only in one page or once?
- How to embed JS data viz in a simple WordPress website
- WooCommerce Ajax Cart Update Stopped Working
- Rhyzz Repeatable-fields javascript in php and wordpress
- Limit filetype and wp media
- videopress videos are not displayed when loading the content with ajax in a lightbox
- window.onload wont execute in wordpress
- How to return multiple arguments from AJAX callback function
- JS news ticker is not working on home page but working on other pages. How to solve this?
- WP Customizer compare and set a value via javascript
- “JQMIGRATE: Migrate is Installed” How do I find the problem code? [duplicate]
- Referrer URL with jQuery or Javascript – Cache & Referrer URL Issue
- Create special WordPress slideshow with “jquery.cycle.all.js”
- Using Foundation 5 in WordPress Administration Area
- Plugin Scripts no loading on options page
- Ajax Validation for reCaptcha
- Using jquery and javascript in WordPress
- Disable Cloudflare Rocket Loader for jQuery javascript and make it load first
- How to change the text of the “You are about to permanently delete these items…” alert message when deleting media from the media library?
- jQuery selectable() function won’t work in wordpress
- oEmbed Video in Modal
- AJAX Success Function using JS substr() fails in WP 4.1 vs 4.0
- Using WP functions inside javascript
- How To Include JavaScript Files Only In Single Posts?
- wordpress before or after javascript problem
- Ajax page load in wordpress the right way?
- I am trying to Implement a Code that is Working in my previous page but not working in WordPress for some reason
- How to use $ with externally loaded javascript
- Getting click on item to open closest relevant element (popup) with jQuery
- How to make JQuery load on top of head tag before everything
- Show and hide element when URL contains certain section of text?
- Customizer add query to preview URL
- why does so many javascript libraries are loaded along with my website?
- Why does my media selection script write to ONLY the first input field?
- Notify user we would like them to clear their cookie. Provide a working button to clear cookies for user
- Modify the href attribute of tag dynamically in WordPress
- Add a jQuery snippet for sepcific user role
- Bootstrap with separate js File
- Call full image url instead of stylsheet directory url in JS for Infinite Scroll Function
- Move jQuery on *top* of footer
- JQuery and Javascript to pan image
- How to blur the_post_thumbnail() via blur.js (jquery)?
- Custom Javascript not working? [closed]
- How to get this jQuary script working?
- Youtube Iframe Api play one video at a time
- How to add JS snippet before closing tag?
- Disable drag metaboxes, create many functions using js not to work!
- How to deregister scripts all at once
- Are you sure popup on Contact Form 7 [closed]
- Add jQuery function to media button
- How to Run a jQuery Script after a Javascript Script has Finished in WordPress
- jQuery ajax empty exeption on wordpress
- TypeError: $ is not a function Error using parallax effect in WordPress Template [duplicate]
- Custom jQuery plugin not working
- JS file not loading [closed]
- jQuery append only works if I select html in admin section [closed]
- Javascript Loading Effect to URLs
- Use WordPress Built In Jquery
- shortcode execution when the page is opened