jspanel 2的简单示例 [英] simple example jspanel 2

查看:124
本文介绍了jspanel 2的简单示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我尝试运行jspanel 2的基本示例,但重量过大

hi i try to run the basic example of jspanel 2 but the weight is overflow

这是代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>jsPanel</title>

    <link href="src/jsPanel.css" rel="stylesheet">

    <link href="src/font-awesome.css" rel="stylesheet">
    <link href="src/jquery-ui.min.css" rel="stylesheet" />
    <link href="src/styles.css" rel="stylesheet">
    <script src="src/jquery-2.1.1.min.js"></script>
    <script src="src/jquery-ui-1.11.0.min.js"></script>
    <script src="src/jquery.ui.touch-punch.min.js"></script>
    <script src="src/jquery.jspanel.js"></script>
    <script>
    $(document).ready(function(){
        $('#sample-basic' ).click(function(){
            $.jsPanel();
        });
    });

    </script>

</head>
<body>

    <button id="sample-basic" type="button" class="btn btn-primary btn-xs">Try it</button>
</body>
</html>

这是插件 http://jspanel.de/

任何jsfiddle示例吗?

any jsfiddle example?

推荐答案

以下是在jsfiddle中工作的代码的链接:

Here is the link to your code working in jsfiddle: http://jsfiddle.net/czqa7gu8/

只需应用css ...或从css代码中询问您真正需要什么.

Just apply your css... Or ask what you really need from your css code.

这篇关于jspanel 2的简单示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆