How to disable a link button in jQuery Mobile?

后端 未结 6 1139
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 14:46

I have a jQuery Mobile Beta 1 website with jQuery 1.6.1 link button like this:

TEST         


        
6条回答
  •  难免孤独
    2021-02-05 15:09

    You could alternatively just use the button tag/widget directly which does have proper disabling. If you are just using it to catch an event and run some JavaScript not sure what advantage there would be in using a link.

提交回复
热议问题