Skip to content

Commit f99734d

Browse files
committed
butonMarkup: Added warning div where necessary
Closes gh-291
1 parent 1cf372a commit f99734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/buttonMarkup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>.buttonMarkup()</title>
55
<desc>Adds button styling to an element</desc>
66
<longdesc>
7-
<strong>Note: .buttonMarkup() is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. You can now assign the full range of button style options to your <code>button</code> or <code>a</code> elements by simply adding classes.</strong>
7+
<div class="warning"><strong>Note:</strong> .buttonMarkup() is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. You can now assign the full range of button style options to your <code>button</code> or <code>a</code> elements by simply adding classes.</div>
88
<p></p>
99
<h2 id="migration">Transition to class-based styling</h2>
1010
Keeping in mind the followings will make it easy for you to transition from the button styling based on data attributes to the class-based process:

0 commit comments

Comments
 (0)