twitter bootstrap+jquery ajax+Google OAuth2.0实现网站实例

项目背景:要实现个页面,只允许特定的google accout用户登录,date picker,pagination功能,全部要求页面无刷新实现,选择时间后不刷新立即更新content中的内容,同时列出相应的page选项,无刷新地实现分页。

1.twitter bootstrap:http://twitter.github.io/bootstrap/

2.jquery ajax学习地址:http://www.w3school.com.cn/jquery/jquery_ref_ajax.asp

3.googel OAuth2.0认证接口:https://developers.google.com/accounts/docs/OAuth2Login

4.google-api-php-client:https://code.google.com/p/google-api-php-client/downloads/list

5.笔记一(关于分页载入和onclick事件实现):http://stackoverflow.com/questions/10554665/jquery-form-submit-with-on


你可能感兴趣的:(twitter bootstrap+jquery ajax+Google OAuth2.0实现网站实例)