html - How to disable link using bootstrap -


is there way disable image link using bootstrap? below jade code , tried adding 'disabled' class , did not work...

any ideas?

a(href='/home/action2')    i.fa.fa-share-alt.fa-lg.img.disabled 

try using this:

a.btn.btn-lg.disabled(href='/home/action2')     i.fa.fa-share-alt.fa-lg 

Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -