(创建页面,内容为“→<pre>: "use strict"; $(function () { var $simpleSearch = $("#simpleSearch"); $("input#searchInput").on({ focus: function () { $simpleSearch.animate({ width: 339 }, 339); }, blur: function () { $simpleSearch.animate({ width: 226 }, 339); } }); }); →</pre>:”) |
(// Edit via Wikiplus) |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
/* <pre> */ | /* <pre> */ | ||
"use strict"; | "use strict"; | ||
$(function () { | $(function () { | ||
$("#p-search").prependTo("#p-personal .vector-menu-content-list"); | |||
}); | }); | ||
/* </pre> */ | /* </pre> */ |