groups

name language licence
XHTML 1.0 Transitional HTML Other
XHTML 1.0 Frameset HTML Other
init cufon HTML Other
init jquery draggable HTML Other
No javascript HTML Other
Contact form HTML Other
We've Moved HTML Other
Blockquote HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 >



language: HTML
licence: Other

init jquery draggable

options: view full snippetsend to code collector
<script type="text/javascript">
  $(document).ready(function(){
    $("#draggable").draggable();
  });
  </script>
	
(Continues...)