JavaScript bind click event
in IE
use JavaScript move CSS position
- uploader : Upload file
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>Position</title> | |
| <meta name="description" content=""> | |
| <meta name="keywords" content=""> | |
| <link href="" rel="stylesheet"> | |
| <style type="text/css"> |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| export ZSH_THEME="candy" | |
| # Set to this to use case-sensitive completion |
| //jQuery | |
| console.time("timerName"); | |
| function(); | |
| console.timeEnd("timerName"); |
| <cross-domain-policy> | |
| <allow-access-from domain="*" secure="false"/> | |
| </cross-domain-policy> |
| [alias] | |
| st = status | |
| br = branch | |
| ci = commit | |
| co = checkout | |
| sub = submodule | |
| d = difftool | |
| [diff] | |
| tool = vimdiff | |
| [difftool] |
| /** | |
| * Spec : http://produce.corp.miiicasa.com/spec/miiiCloud_V2/?Page=Page_1-3_p_message_board_attach_files_done1 | |
| * Mockup : http://produce.corp.miiicasa.com/ued/visual_center/mockup/miiicloud_v2/page_1_3_p_message_board_attach_files_done1.png | |
| * | |
| * @authors Ted Shiu | |
| * @date 2013-06-10 16:32:25 | |
| * | |
| */ | |
| $(function () { |
| tedshd@Tedshd-mba [12:28:50] [~/Develop/keyboard_test_page] [master] | |
| -> % git checkout --orphan gh-pages | |
| Switched to a new branch 'gh-pages' | |
| tedshd@Tedshd-mba [12:29:22] [~/Develop/keyboard_test_page] [gh-pages *] | |
| -> % git st | |
| # On branch gh-pages | |
| # | |
| # Initial commit | |
| # | |
| # Changes to be committed: |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> | |
| <title>Img_width&height</title> | |
| <style> | |
| img { | |
| width: 200px; !important; |
| amCharts | |
| // 建立取資料的物件 | |
| var chart = new AmCharts.AmSerialChart(); | |
| chart.dataProvider = chartData; | |
| // 圓餅圖 | |
| var chart = new AmCharts.AmPieChart(); | |
| chart.dataProvider = chartData; |