javascript - How do I activate this HTML class in Wordpress -


i have web tool plugin in wordpress need active class disables selection. here link: https://sotogloves.com/product/customization-tool/?gd_nonce=24e370d2e1

this line disables functionality:

class="mspc-menu-item disabled" 

how delete "disabled" portion have functionalities active?

one way in js file:

$(document).ready(function() {     $('.mspc-accordion a').click(function() {         $(this).removeclass('disabled');     }); }); 

here's example: https://jsfiddle.net/z8aurqc1/3/


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -