Skip to content

Commit 076a6f3

Browse files
Version 1.1.2 Update
Options / Changelog
1 parent aa9a66d commit 076a6f3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PWS Tabs jQuery Plugin
22

3+
Version 1.1.2
4+
35
jQuery Plugin to create tabs.
46

57
All you need to do is add few divs for your tabs, and script will generate Tabs for you.
@@ -94,11 +96,28 @@ Just place plugins files into <strong>&lt;head&gt;</strong> section. <strong>Plu
9496
<td>Tabs container width</td>
9597
<td>Any size value (1,2,3.. / px,pt,em,%,cm..)</td>
9698
</tr>
99+
<tr>
100+
<td>horizontalPosition</td>
101+
<td>top</td>
102+
<td>Horizontal position of Tabs controlls</td>
103+
<td>top / bottom</td>
104+
</tr>
105+
<tr>
106+
<td>rtl</td>
107+
<td>false</td>
108+
<td>RTL support</td>
109+
<td>true / false</td>
110+
</tr>
97111
</tbody>
98112
</table>
99113

100114

101115
## Changelog
102116

117+
### Version 1.1.2
118+
1) Added RTL support.
119+
2) Added horizontalPosition settings: top / bottom.
120+
3) New examples with video, Google Maps and mixed content.
121+
103122
### Version 1.1.1
104123
1) Bug fix: added class selector to tabs controller ul element. Solved issue with ul elements in tabs content.

0 commit comments

Comments
 (0)