美文网首页
jQueryMobile

jQueryMobile

作者: 古月的小七 | 来源:发表于2018-11-15 11:26 被阅读0次

<apex:page showHeader="false" sidebar="false" standardStylesheets="false">

    <apex:stylesheet  value="{! URLFOR($Resource.jQueryMobile,'jQuery.mobile-1.4.5/jquery.mobile-1.4.5.css')}"/>

    <apex:includeScript value="{! $Resource.jQuery}"/>

    <apex:includeScript value="{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/jquery.mobile-1.4.5.js')}"/>

    <div style="margin-left: auto; margin-right: auto; width: 50%">

        <h3>

            Images

        </h3>

        <p>

        A hidden message:

            <apex:image alt="eye" title="eye" url = "{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/images/icons-png/eye-black.png')}"/>

            <apex:image alt="heart" title="heart" url = "{! URLFOR($Resource.jQueryMobile,'jquery.mobile-1.4.5/images/icons-png/heart-black.png')}"/>

        </p>

        <h3>Background Images on Button</h3>

        <button class = "ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-action">

            action

        </button>

        <button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-star">

          star

        </button>

    </div>

</apex:page>

相关文章

  • jQueryMobile

    一. JQueryMobile 二. jqueryMobile-page跳转及过场动画 三. jqueryMobi...

  • JQueryMobile入门1

    示例: 使用dataset属性驱动的jQueryMobile组件 jQueryMobile提供了丰富的UI界面库,...

  • base

    JQuerymobile是开发手机html一个专业的框架,现在从0开始学习JQuerymobile,为了记录学习我...

  • jQueryMobile

    Images A hidden message: ...

  • jquerymobile

    data-role参数表:page 页面容器,其内部的mobile元素将会继承这个容器上所设置的属性...

  • jQueryMobile

    一. JQueryMobile jQuery Mobile是一个基于HTML5的用户界面系统,旨在使所有智能手机,...

  • jQueryMobile总结

    jQuery Mobile Data属性 按钮: 如果组合多个按钮,请使用带有data-role="control...

  • jQuery UI

    http://jqueryui.com/download/ http://jquerymobile.com/dow...

  • JQueryMobile的使用

    一. JQueryMobile jQuery Mobile is a HTML5-based user inter...

  • jQuery Mobile 构建手机 Web 网站介绍

    jQuery Mobile 构建手机 Web 网站介绍 jQuery Mobile 认知 jQueryMobile...

网友评论

      本文标题:jQueryMobile

      本文链接:https://www.haomeiwen.com/subject/woaefqtx.html