How do I dynamically enable/disable links with jQuery?

后端 未结 6 771
执笔经年
执笔经年 2020-12-01 05:08

I have some links displayed on a page. I would like to enable/disable them based on other events on the page. Is there a way to do this with jQuery?

6条回答
  •  情话喂你
    2020-12-01 05:53

    You can do something like this:

    
    
    Google
    Yahoo
    Hotmail
    
    
    
    

提交回复
热议问题