03 2016 档案

[转]backbone.js 示例 todos
摘要:本文转自:http://www.css88.com/doc/backbone/examples/todos/index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Backbone.js Tod 阅读全文

posted @ 2016-03-11 15:28 freeliver54 阅读(471) 评论(0) 推荐(0)

[转]Backbone.js简单入门范例
摘要:本文转自:http://dmyz.org/archives/598 11年刚开始用前端MVC框架时写过一篇文章,当时Knockout和Backbone都在用,但之后的项目全是在用Backbone,主要因为它简单、灵活,无论是富JS应用还是企业网站都用得上。写这篇文章的动机,是最近跟做在线教育的朋友聊 阅读全文

posted @ 2016-03-11 15:03 freeliver54 阅读(3605) 评论(0) 推荐(1)

[转]html5 js 访问 sqlite 数据库的操作类
摘要:本文转自:http://blog.csdn.net/tsxw24/article/details/7613815 webkit 核心的浏览器提供了 3个 api接口,用于访问本地sqlite数据,但使用起来很不方便 故而做这个js封装,以方便使用 参考文章: sqlite API 说明 http:/ 阅读全文

posted @ 2016-03-11 14:49 freeliver54 阅读(1217) 评论(0) 推荐(0)

[转]Stop Sharing Session State between Multiple Tabs of Browser
摘要:本文转自:http://jinaldesai.net/stop-sharing-session-state-between-multiple-tabs-of-browser/ Scenario: By default all browsers share session state between 阅读全文

posted @ 2016-03-11 11:34 freeliver54 阅读(1224) 评论(1) 推荐(0)

[转]jQuery: how to get which button was clicked upon form submission?
摘要:本文转自:http://stackoverflow.com/questions/5721724/jquery-how-to-get-which-button-was-clicked-upon-form-submission $(document).ready(function() { $("form 阅读全文

posted @ 2016-03-10 16:14 freeliver54 阅读(273) 评论(0) 推荐(0)

[转]backbone.js 初探
摘要:本文转自:http://weakfi.iteye.com/blog/1391990 什么是backbone backbone不是脊椎骨,而是帮助开发重量级的javascript应用的框架。 主要提供了3个东西:1、models(模型) 2、collections(集合) 3、views(视图) ba 阅读全文

posted @ 2016-03-09 17:58 freeliver54 阅读(284) 评论(0) 推荐(0)

[转]那些年,会计们必经的“菜鸟”时光
摘要:本文转自:http://www.caiwuren.com/html/2015/kjsw_0513/738.html 转眼又到了一年的五六月,该是很多毕业生走出校门开始自己闯荡社会的时候了。回想2009年的那个夏天自己也是在恋恋不舍中离开宿舍,拖着行李走向工作的第一个岗位。期间经历过在代理记账企业记账 阅读全文

posted @ 2016-03-07 17:08 freeliver54 阅读(357) 评论(0) 推荐(0)

[转]OnKeyDown Numeric Validator CLIENT SIDE
摘要:本文转自:http://forums.asp.net/t/1211724.aspx?OnKeyDown+Numeric+Validator+CLIENT+SIDE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http 阅读全文

posted @ 2016-03-07 10:12 freeliver54 阅读(304) 评论(1) 推荐(0)

[转]ng-grid
摘要:本文转自:http://angular-ui.github.io/ui-grid/ Getting Started Steps for getting started (example on right): Add references to jQuery and AngularJS. Add re 阅读全文

posted @ 2016-03-02 14:58 freeliver54 阅读(1090) 评论(2) 推荐(0)

[转]AngularJS fixed header scrollable table directive
摘要:本文转自:http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive This post contains a custom AngularJS directive you ca 阅读全文

posted @ 2016-03-02 14:19 freeliver54 阅读(903) 评论(0) 推荐(0)

[转]how to split the ng-repeat data with three columns using bootstrap
摘要:本文转自:http://stackoverflow.com/questions/21644493/how-to-split-the-ng-repeat-data-with-three-columns-using-bootstrap The most reliable and technically 阅读全文

posted @ 2016-03-02 10:40 freeliver54 阅读(299) 评论(0) 推荐(0)

[转]Ionic系列——CodePen上的优秀Ionic_Demo
摘要:本文转自:http://my.oschina.net/u/1416844/blog/514361?fromerr=bbFC5JIl 案例网站 Slidebox with Dynamic Slides Ionic UL search example Ionic Accordian ion-affix 阅读全文

posted @ 2016-03-02 10:20 freeliver54 阅读(9228) 评论(0) 推荐(0)

[转]ion-slide-box
摘要:本文转自:http://ionicframework.com/docs/api/directive/ionSlideBox/ The Slide Box is a multi-page container where each page can be swiped or dragged betwee 阅读全文

posted @ 2016-03-01 17:28 freeliver54 阅读(861) 评论(0) 推荐(0)

[转]Ionic 实现双击返回键退出功能
摘要:本文转自:http://ionichina.com/topic/5514b539b6421f9166aa5f88 一、准备 Toast插件 插件地址:cordova plugin add https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin. 阅读全文

posted @ 2016-03-01 17:16 freeliver54 阅读(365) 评论(0) 推荐(0)

[转]highcharts图表入门之:如何让highcharts图表自适应浏览器窗体的大小或者页面大小
摘要:本文转自: http://jsfiddle.net/vCZ8V/1/ http://www.stepday.com/topic/?740 http://blog.csdn.net/yueritian/article/details/30777351 <html> <head> <title>High 阅读全文

posted @ 2016-03-01 14:22 freeliver54 阅读(10704) 评论(0) 推荐(1)

导航