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

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

Place:

4条回答
  •  梦毁少年i
    2021-01-05 03:43

    In 1.3.2, the following seem to work:

    My Header

    JQuery:

    $("#MyID h3 #MyHeaderID").text("Your New Header");
    

    Happy Coding!

提交回复
热议问题