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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -