ugrás a tartalomhoz

divek

cica · 2014. Júl. 27. (V), 09.18
Üdv!

Olvasgattam a divek mozgatását. El is jutottam eddig: http://jqueryui.com/draggable/

Azt szeretném megkérdezni, ha lementem egy külön fájlba a példa kódját miért nem működik nekem?

Segítséget köszi.

Közben rájöttem.

A <link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">

helyett a
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/resources/demos/style.css"> kódot kell használni