Liam Murdoch
Liam Murdoch

Reputation: 1

Can anyone disable a class from being clickable using Javascript using CanvasLMS theme editor

        <a class="merge_user_link" href="Our Link">Merge with Another User</a>

I am unsure on how to disable the class "merge_user_link" from being clickable using Javascript

I have tried the following code: $( name_and_email ).removeClass( 'merge_user_link' );

Any Advice

Upvotes: 0

Views: 33

Answers (0)

Related Questions