Data Attributes full (ok)
https://api.jquerymobile.com/data-attribute/
Đọc thêm: https://jquerymobile.com/resources/
Data attribute reference
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div role="main">
<a href="choose.html" data-role="button" data-icon="plus">button</a>
</div><!-- /content -->
</body>
</html>

















Last updated