不属于 发表于 2015-8-19 14:04:32

创建与移动jQuery复选框

一个简单的例子创建移动searchbars jQuery。
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    <meta name="description" content="jQuery example for Tizen"/>
   
    <title>jQuery Mobile example for Tizen</title>
   
    <link rel="stylesheet" href="./css/jquery.mobile-1.3.2.css"/>

    <script type="text/javascript" src="./js/jquery-1.9.1.js"></script>
    <script type="text/javascript" src="./js/jquery.mobile-1.3.2.js"></script>

    <style>
    </style>
</head>

<body>

<label for="search-basic">Search for something:</label>
<input type="search" name="search" id="search-basic" value="" />

<script>
</script>

</body>
</html>

页: [1]
查看完整版本: 创建与移动jQuery复选框