How to disable a link button in jQuery Mobile?

后端 未结 6 1086
被撕碎了的回忆
被撕碎了的回忆 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:14

    No need for jquery/javascript in this case. Simply add a 'ui-disabled' class.

    Like for example:

    TEST
    

    Thats what I do, and it works for me ;)

提交回复
热议问题