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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -