Skip to main content
Uncategorized

WordPress Elementor loop disable link | Javascript/jQuery disable link

By November 16, 2022No Comments

I created a html element and wrote the following jQuery code.

1
2
3
4
5
    jQuery( "article.central_executive" ).click(function( event ) {
       
        return false;
       
    });

SO answers.