hasen's tech life

Twitter: @hasen

jQuery

古いメモがでてきたので,雑に貼る.

# 古いメモがでてきたので,雑に貼る.未検証. # 最短マッチ preg_match_all('/alt=".*?"/', HTML_DTATA_1, HTML_DATA_2, PREG_PATTERN_ORDER); # IE9でplaceholderを使う http://enjoy-pcworks.com/archives/104 https://code.google.com/p/complete-place…

jQueryを使って,選択されているチェックボックスの値をカンマ区切りで取得する.

# 選択されているチェックボックスの値をカンマ区切りで取得する.

Bookmark (2016-05-11)

・iOSアプリケーションの国際化と地域化 http://techlife.cookpad.com/entry/internationalization-and-localization-of-ios-apps ・iOS大規模リファクタリング http://engineer.recruit-lifestyle.co.jp/techblog/2016-05-10-regi-ios/ ・Reactを使うとなぜ…

Bookmark (2016-01-17)

・jQueryを使わない書き方 ajax, each, trigger, on/off, extend, deferred, animate, css編 http://mae.chab.in/archives/2821 ・競馬の解析をガチでやったら回収率が100%を超えた件 http://stockedge.hatenablog.com/entry/2016/01/17/180919

Bookmark (2015-11-20)

・Nomad 0.2 https://www.hashicorp.com/blog/nomad-0-2.html ・(翻訳)最高のフォームを作る方法 ー よくあるフォームデザインの問題に対処するためのクイックガイド http://blog.jnito.com/entry/2015/11/20/092349 ・Elixirのプロセス生成とプロセス間通…

Bookmark (2015-08-30)

・iOS 8.4.1の:hover問題 http://blog.webcreativepark.net/2015/08/29-122908.html ・Elasticsearch Amazon Machine Learning https://medium.com/hello-elasticsearch/elasticsearch-amazon-machine-learning-7d7b979c328d ・オフィスを変える、最新のIoT…

Bookmark (2015-07-15)

・jQuery 3.0 and jQuery Compat 3.0 Alpha Versions Released http://blog.jquery.com/2015/07/13/jquery-3-0-and-jquery-compat-3-0-alpha-versions-released/ ・R言語メタプログラミングのサンプル http://d.hatena.ne.jp/m-hiyama/20150715/1436918784 …

Bookmark(2015-01-13)

・Docker でフロントエンド開発も楽できるか?(前編)http://pydiary.bitbucket.org/blog/html/2015/01/12/diary.html・jQueryとSizzleの関係についてhttp://lealog.hateblo.jp/entry/2015/01/13/183607・SonyMobile、分散コンピューティングプロジェクト Fold…

Bookmark (2014-10-31)

・シンプルなビルドパイプラインツールwalterをリリースしましたhttp://atl.recruit-tech.co.jp/blog/2631/・KPTで粘り強く品質改善に取り組んだ話http://techlife.cookpad.com/entry/2014/10/31/093305・jQueryがパッケージ名を変更、2系の後継を「jQuery 3…

フォームの入力文字数を,動的に表示するカウンタをjQueryで.

入力文字数制限のあるフォームに,動的に現在の入力文字数を表示するカウンタを付けたかったので,jQueryで書きました.フレームワークはLaravel,テンプレートエンジンはbladeで.$ vi app/routes.php++ ++ <head> ++ </head>