0

ホームボタンのアイコンがあり、それが機能するはずであることがわかっていることに基づいていますが、機能しません。誰かが理由を知っていますか?

私のコードは以下にあり、ヘッダーの一部も含めました。

    <link href="assets/css/style1.css" rel="stylesheet" type="text/css"/>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />

    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>

</head>

<body>
<div data-role="page">
    <div data-role="header">
        <div class="title"><h2>Howard Consulting and Investments</h2></div>
    </div>
    <div data-role="content">
        <a href="#home" data-role="button" data-icon="arrow-r">Home</a>
        <a href="#project" data-role="button" data-icon="arrow-r" data-theme="a">Projects</a>
        <a href="#event" data-role="button">Events</a>
        <a href="#oppertnity" data-role="button">Oppertunities</a>
        <a href="#contact" data-role="button">Contact Us</a>
    </div>
4

1 に答える 1