基于 jquery 的片段异步加载 jquery-fjax
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/nnsword/jquery-fjax
- 软件文档: http://git.oschina.net/nnsword/jquery-fjax
软件介绍
jquery-fjax 页面片段异步加载
基于锚点技术,支持所有浏览器,不需要浏览支持 history.pushState
如果支持客户浏览器都支持 history.pushState ,建议使用 pjax
需要引入 jquery 库,开发版本选用的是v2.2.1,其它版本未验证
QQ:16349023
<script th:src="@{${prefixPath}+'/assets/plugins/jquery-fjax/jquery.fjax.js'}" src="/assets/plugins/jquery-fjax/jquery.fjax.js"></script> <script type="text/javascript" th:inline="javascript"> /*<![CDATA[*/ $(function() { var fjax_options = { fragment:'#pagecontent', prefix:'/manage/', beginLoad:function () { console.log("begin"); }, endLoad:function () { console.log("end"); }, success:function () { console.log("success"); }, error:function () { console.log("error"); }, 'default_url': 'main',//default hash 'content_url': function(hash,prefix) { //***NOTE*** //this is for Ace demo only, you should change it to return a valid URL //please refer to documentation for more info var hashValue=hash; var path = document.location.pathname; //var requestUrl=path + "/" +hashValue.replace(/^page\//, ''); //var requestUrl=path + "/" +hashValue; console.log(prefix); var requestUrl=prefix+hashValue; console.log(requestUrl); return requestUrl; } } $('.page-content-area').fjax(fjax_options); }); /*]]>*/ </script>
物联网导论(第2版)
刘云浩 / 科学出版社 / 2013-8 / 45.00元
物联网是一个基于互联网、传统电信网等信息承载体,让所有能够被独立寻址的普通物理对象实现互联互通的网络。它具有普通对象设备化、自治终端互联化和普适服务智能化三个重要特征。 《物联网工程专业系列教材:物联网导论(第2版)》从物联网的感知识别层、网络构建层、管理服务层和综合应用层这四层分别进行阐述,深入浅出地为读者拨开萦绕于物联网这个概念的重重迷雾,引领求知者渐渐步入物联网世界,帮助探索者把握第三......一起来看看 《物联网导论(第2版)》 这本书的介绍吧!
