How can I create a list divider for a collapsible set in jquery mobile

DannyD

I have a collapsible set that looks like this:

<div data-role="collapsible-set">
  <div data-role="collapsible">
    <h1>
       <span style="font-size: 16px; font-weight: bold; white-space: pre-wrap;" id="title">This is a really long book title</span><br>
       <span style="font-size: 14px; font-weight: normal;" id="author">This is the Author of the book</span>
       <span style="font-size: 14px; font-weight: normal; font-style: italic;" id="year">Yr</span>
    </h1>
        <div>Statis</div>        
   </div>
</div>

However, I can't seem to find a way to add a list divider to a collapsible set. For example, I used to have a list of items and could add an attribute: data-role="list-divider" which would look like this:

ここに画像の説明を入力してください

Is this not possible for collapsible sets?

Kolban

このlist-divider属性はリストビューウィジェットに適用されますが、折りたたみセットは別のタイプのウィジェットです。list-dividerリストビューインスタンスの外部で関数を使用することはできませんもちろん、折りたたみ可能なセット内にリストビューを含めることはできますが、リスト全体が公開または非表示になります。

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How can I use jquery to set the selected value of aspnet drop down list

分類Dev

How i can hide and show the image in jquery mobile

分類Dev

How can I create a map with every two items in a list in Kotlin?

分類Dev

How do I create a list of a type that can hold anything available?

分類Dev

How can I programmatically create a list of objects of the leaflet icon class?

分類Dev

How can I list data and create a summary table?

分類Dev

How can I set focus to CKEditor 5 with jQuery?

分類Dev

How can I set floating number using jquery roundslider plugin?

分類Dev

How can i create a list (new) from an existing list where items of list(new) will be list in python

分類Dev

How can I create semicircle progress bar with jQuery

分類Dev

Jquery: How can I create color picker for contenteditable div?

分類Dev

How can I limit selecting options in multi select popup of jQuery mobile?

分類Dev

How can I make some elements position fixed after collapsible menu?

分類Dev

How can I add zooming to the d3 collapsible tree example?

分類Dev

How can I show as mobile as desktop?

分類Dev

(Python) How can I convert a list of integers into a list of sets where each set is a pair of these integers?

分類Dev

JQuery mobile list prepend

分類Dev

How can I create a list pulling data from another list of objects

分類Dev

How: jquery -> jquery mobile

分類Dev

How can I store a list of actions and have these set as true of false with a function call?

分類Dev

How can I create a list of words that contains upper case letters in swift?

分類Dev

How can I create a method that retrieves the list of spreadsheets in excel file and return back the sheets as a dictionary?

分類Dev

How can I successfully capture all possible cases to create a python list from a text file

分類Dev

In the member initializer list, can I create a reference to a member variable not in the list?

分類Dev

How can i set the margin of footer based on height of other elements, in Angular and no jQuery?

分類Dev

How can I use jQuery to automatically set unique alt tags for each image on page?

分類Dev

Collapsible Toolbar: Set how much the toolbar should be collapsed in onCreate

分類Dev

Create session variable in jquery mobile

分類Dev

How can I create a simple page vertical scroll bar without using jQuery?

Related 関連記事

  1. 1

    How can I use jquery to set the selected value of aspnet drop down list

  2. 2

    How i can hide and show the image in jquery mobile

  3. 3

    How can I create a map with every two items in a list in Kotlin?

  4. 4

    How do I create a list of a type that can hold anything available?

  5. 5

    How can I programmatically create a list of objects of the leaflet icon class?

  6. 6

    How can I list data and create a summary table?

  7. 7

    How can I set focus to CKEditor 5 with jQuery?

  8. 8

    How can I set floating number using jquery roundslider plugin?

  9. 9

    How can i create a list (new) from an existing list where items of list(new) will be list in python

  10. 10

    How can I create semicircle progress bar with jQuery

  11. 11

    Jquery: How can I create color picker for contenteditable div?

  12. 12

    How can I limit selecting options in multi select popup of jQuery mobile?

  13. 13

    How can I make some elements position fixed after collapsible menu?

  14. 14

    How can I add zooming to the d3 collapsible tree example?

  15. 15

    How can I show as mobile as desktop?

  16. 16

    (Python) How can I convert a list of integers into a list of sets where each set is a pair of these integers?

  17. 17

    JQuery mobile list prepend

  18. 18

    How can I create a list pulling data from another list of objects

  19. 19

    How: jquery -> jquery mobile

  20. 20

    How can I store a list of actions and have these set as true of false with a function call?

  21. 21

    How can I create a list of words that contains upper case letters in swift?

  22. 22

    How can I create a method that retrieves the list of spreadsheets in excel file and return back the sheets as a dictionary?

  23. 23

    How can I successfully capture all possible cases to create a python list from a text file

  24. 24

    In the member initializer list, can I create a reference to a member variable not in the list?

  25. 25

    How can i set the margin of footer based on height of other elements, in Angular and no jQuery?

  26. 26

    How can I use jQuery to automatically set unique alt tags for each image on page?

  27. 27

    Collapsible Toolbar: Set how much the toolbar should be collapsed in onCreate

  28. 28

    Create session variable in jquery mobile

  29. 29

    How can I create a simple page vertical scroll bar without using jQuery?

ホットタグ

アーカイブ