css draggable.css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css draggable.css相关的知识,希望对你有一定的参考价值。

$(document).ready(function(){
    //Make the <div> with id 'dragme' draggable here 
    $('#dragme').draggable()
});
<!DOCTYPE html>
<html>
    <head>
    <script 
    src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"
type="text/javascript">    
</script>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css" type="text/css"/>
    </head>
	<body>

    <div id="dragme">
        Drag me around
    </div>

     
	</body>
</html>
#dragme{ 
width: 150px; 
height: 150px; 
background-color: blue;
}

以上是关于css draggable.css的主要内容,如果未能解决你的问题,请参考以下文章

jquery:厌倦了 css().css().css()

如何在CSS中调用公用css

css [css:fadeout / fadein] css示例。 #css

css基础 CSS 组合选择符CSS 伪类CSS 伪元素

css 深度提示#css中的css base builder CSS

css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器