TextExpander JS(jQuery)の時短
6258 ワード
ID指定 これが一番良く使うかも
ショートカット → jid
jQuery
$(document.getElementById('%|'))
JS書き始め指定
ショートカット → ;jsfunc
jQuery
(function(w, $) {
"use strict";
})(window, jQuery);
jQuery readyイベント
ショートカット → ;jqs
jQuery
$(function(){
%|
});
jQuery読み込み CDN呼び出しのバージョン指定ポップアップ
ショートカット → ;jsjquery
jQuery
<script src="https://ajax.googleapis.com/ajax/libs/jquery/%filltext:name=version:default=1.10.2%/jquery.min.js" type="text/javascript" charset="UTF-8"></script>
<script type="text/javascript">
<!--
-->
</script>
JSフロント書くときによく使う関数
;jsinit
jQuery
%filltext:name=オブジェクト名%.init = function () {
%filltext:name=オブジェクト名%.setParam();
%filltext:name=オブジェクト名%.setDom();
%filltext:name=オブジェクト名%.setEvent();
};
%filltext:name=オブジェクト名%.setEvent = function () {
};
%filltext:name=オブジェクト名%.setDom = function () {
};
%filltext:name=オブジェクト名%.setParam = function () {
};
・ TextExpanderでFlash埋め込み一発コマンド(SWFObjectCDN付)
http://qiita.com/GENYA/items/2218225e28c5938c6338
・ JSログ吐く用ショートカット
http://qiita.com/GENYA/items/3f4fce544e302a521167
Author And Source
この問題について(TextExpander JS(jQuery)の時短), 我々は、より多くの情報をここで見つけました https://qiita.com/GENYA/items/a8c18ce891294f58d6d0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .