2017-08-01から1ヶ月間の記事一覧

行きたいサウナ

Spa | LaQua(スパ ラクーア) 03-3817-4173 11:00~翌9:00 不定休 http://www.laqua.jp/spa TimesSPA RESTA 03-5979-8924 11:30~翌9:00 無休 http://www.timesspa-resta.jp/ 横浜スカイスパ 045-461-1126 10:30~翌朝9:00 無休 http://www.skyspa.co.j…

WebUSB API

Chrome now supports the WebUSB API, allowing web apps to communicate with peripherals given a user’s consent. This enables all the functionality provided by these devices, while still preserving the security guarantees of the web. https://…

SystemJS

SystemJS があれば動的にモジュールを呼び出せる。 var SystemJS = require('systemjs'); // loads './app.js' from the current directory SystemJS.import('./app.js').then(function (m) { console.log(m); }); すごい。

selectionStart でキャレットの位置を取得する

selectionStartを使う。 selectionStart - Mozilla | MDN イベントと組み合わせて使う。 イベント DOM API 結果 keydown selectionStart 直前の位置を取得 keyup selectionStart 直前の位置を取得 jQuery だとこう。 $('input.selector').on('keyup', functi…

改行によるスペースを非表示にする方法

親要素にfont-size: 0; を指定する方法がいちばんスマート。 Android2.3 のようなゴミでありながら化石と化した端末はスルー。 でもいちいちCSSでfont-size 指定するのもあれだからコンセンサスが取れていれば他のやり方でもいい。 詳細 改行しない ソースが…

ブラウザシェアのデータが欲しいとき

statcounter

枠線なしのinput text を埋め込んでタグ登録のUIを改善する