(创建页面,内容为“→<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) |
||
第3行: | 第3行: | ||
"use strict"; | "use strict"; | ||
$(function () { | $(function () { | ||
$("#p-search").prependTo("#p-personal"); | |||
}); | }); | ||
/* </pre> */ | /* </pre> */ |