jQuery拖放插件 Draggable jQuery Plugin
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jquery-easyui.wikidot.com/
软件介绍
一个基于jQuery的拖放插件,易于使用,所有的操作均通过调用draggable进行。
基本用法:
$('#dd').draggable();
$('#dd').draggable({handle:'#title'});
停止拖放:$('#dd').draggable({disabled:true});
恢复拖放:$('#dd').draggable({disabled:false});
Getting Started with C++ Audio Programming for Game Development
David Gouveia
Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!
