jQuery / Twitter Bootstrap data-loading-text button with delay

后端 未结 7 1714
既然无缘
既然无缘 2021-01-30 12:49

I\'m trying to get this exact example working on my website:

http://getbootstrap.com/2.3.2/javascript.html#buttons

However, simply including this HTML:



        
7条回答
  •  野性不改
    2021-01-30 13:18

    Make a note of how the accepted answer converted the jQuery button object to a js var before running button('loading') on it because, while this works, button('loading') will not work when used directly on the jQuery button object.

提交回复
热议问题