Jquery Mobile: Dynamically change the text of the header of a collapsible div?

后端 未结 4 1026
别那么骄傲
别那么骄傲 2021-01-05 03:34

Place:

4条回答
  •  暖寄归人
    2021-01-05 03:55

    A simple solution would be

    $('#collapsePlace .ui-btn-text').text("hello ");
    

    Check out the fiddle at http://jsfiddle.net/AQZQs/1/

提交回复
热议问题