摘要: // Backbone.js 1.0.0// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.// Backbone may be freely distributed under the MIT license.// For all details and documentation:// http://backbonejs.org/* * 注释 一只柯楠 */(function(){ // Initial Setup // ------------- // Save a reference to... 阅读全文
posted @ 2013-06-24 23:45 一只柯楠 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 今天开发ipad webapp时,遇到个问题就是在支持内部滚动(overflow:scroll)的页面中,在滚到到最极端(最上或者最下时),会拖动整个页面,带来不好的用户体验。方法一,从网上找到的:function preventOverScroll(scrollPane) {// See http://www.quirksmode.org/js/events_order.htmlvar CAPTURE_PHASE = true; // happens first, outside to insidevar BUBBLE_PHASE = false; // happens second, in 阅读全文
posted @ 2013-06-24 16:09 一只柯楠 阅读(1431) 评论(0) 推荐(0) 编辑