Skip to content

Instantly share code, notes, and snippets.

View girvan's full-sized avatar
Hello World!

Hi girvan

Hello World!
View GitHub Profile
@girvan
girvan / gist:3366739
Created August 16, 2012 04:11
美妝邦粉絲團 2012.08.16 抽獎活動留言存檔
2012.08.16 12:00 抽獎留言存檔 如下,共72則
從 http://on.fb.me/PmAL3X
----------------------------------
Polly Yang 兩三天畫一次~
星期一 21:26 · 讚
朱珮綺 有出門才會畫~
@girvan
girvan / gist:2707228
Created May 16, 2012 03:53
detect mobile / tablet device and insert into body class
// this project is move to https://github.com/girvan/mobile-detection
(function(){
var device = '', _ipad = 'ipad', _iphone = 'iphone', ua = navigator.userAgent.toLowerCase();
if( ua.indexOf(_ipad) != -1 )
device = 'ios tablet ' + _ipad;
else if( ua.indexOf(_iphone) != -1 )
device = 'ios mobile ' + _iphone;
淡定哥主要表情:ˊ_>ˋ
淡定哥第二表情:ˊ_ˋ
淡定哥第三表情:ˊ_>ˋ
路人第四號表情:ˊ_>ˋ
其它:
-_>- (-_>-)