To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

03 2014 档案

Html5 Geolocation demo
摘要:HTML5 Geolocation距离跟踪器HTML5 Geolocation距离跟踪器该浏览器不支持HTML5 Geolocation。当前位置:纬度?经度?准确度?本次移动距离:0 千米总计移动距离:0 千米 Starting Location (lat, lon): ???°, ???° Current Location (lat, lon): ???°, ???° Distance ... 阅读全文

posted @ 2014-03-28 13:09 Ijavascript 阅读(757) 评论(0) 推荐(0)

webapp 开发之iScroll 学习
摘要:demo.html Document Header this is prod 1 pic this is prod 2 pic t... 阅读全文

posted @ 2014-03-25 13:07 Ijavascript 阅读(358) 评论(0) 推荐(0)

Backbone seajs demo2
摘要:Document define('DemoApp', ['jquery', 'underscore', 'backbone', 'DemoCollection', 'DemoView', 'DemoRoute', 'DemoBooksDetail'], function (require, exports, module) { 'use strict'; var DemoCollection = require('DemoCollection& 阅读全文

posted @ 2014-03-18 15:41 Ijavascript 阅读(475) 评论(0) 推荐(0)

Backbone seajs
摘要:Document define('DemoModel', ['jquery', 'underscore', 'backbone'], function (require, exports, module) { 'use strict'; var DemoModel = Backbone.Model.extend({ defaults: function () { return { id: '', alt... 阅读全文

posted @ 2014-03-18 00:12 Ijavascript 阅读(310) 评论(0) 推荐(0)

Seajs demo
摘要:index.html Document Home About Contact Hi I'm the home page! Hi I'm the about page! Hi I'm the contact page! define(['jquery', 'underscore', 'backbone'], function (require, exports, module) { var ApplicationRoute = Backbone.Router.extend({ ... 阅读全文

posted @ 2014-03-11 00:25 Ijavascript 阅读(501) 评论(0) 推荐(0)