Skip to content

Commit 5e95345

Browse files
committed
further README fixes
1 parent 6415a89 commit 5e95345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Panel settings
8585
===================================
8686
there are two settings for panel divs:
8787

88-
1. data-hash - takes the following values: true(default), false, and crumbs
88+
1) data-hash - takes the following values: true(default), false, and crumbs
8989
this attribute tells splitview to track history for the panel or not (true and false), or to set a 'crumb' (crumbs) button at the top left portion of the header for each page.
9090

91-
2. data-context - takes a jQuery selector value, or a hash of the following: url, panel, refresh.
91+
2) data-context - takes a jQuery selector value, or a hash of the following: url, panel, refresh.
9292
data-context tells splitview to load another page whose link can be found in the active page by the jQuery selector value, or a page which is pointed to by the hash. example:
9393

9494
<div data-role="panel" data-id="menu" data-hash="crumbs" data-context="a#default">

0 commit comments

Comments
 (0)