<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; JS : Найти и заменить скрипт]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=10366</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10366&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «JS : Найти и заменить скрипт».]]></description>
		<lastBuildDate>Fri, 30 Jan 2015 04:16:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: JS : Найти и заменить скрипт]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=91048#p91048</link>
			<description><![CDATA[<p>Что никто не знает?</p>]]></description>
			<author><![CDATA[null@example.com (HideGenius)]]></author>
			<pubDate>Fri, 30 Jan 2015 04:16:27 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=91048#p91048</guid>
		</item>
		<item>
			<title><![CDATA[JS : Найти и заменить скрипт]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=90963#p90963</link>
			<description><![CDATA[<p>Нужен код на JS который находит и заменяет найденые слова.<br />Есть две строки: <br />1. Что искать <br />2. На что заменить <br />Коды строк знаю, а код что приводить все в действие и заменяет найденые слова незнаю, помогите.</p><p>строка что искать<br /></p><div class="codebox"><pre><code>
$(&#039;body&#039;).append(&#039;&lt;input type=&quot;text&quot; name=&quot;search&quot; id=&quot;search&quot; size=&quot;1&quot; placeholder=&quot;найти&quot;&gt;&#039;) 
  $(&quot;#search&quot;).css(&quot;position&quot;, &quot;absolute&quot;).css(&quot;top&quot;, 162).css(&quot;left&quot;, 256);
  $(&quot;#search&quot;).on( &quot;keyup&quot;,function () {</code></pre></div><p>строка на что заменить<br /></p><div class="codebox"><pre><code>$(&#039;body&#039;).append(&#039;&lt;input type=&quot;text&quot; name=&quot;add&quot; id=&quot;add&quot; size=&quot;1&quot; placeholder=&quot;заменить&quot;&gt;&#039;)
  $(&quot;#add&quot;).css(&quot;position&quot;, &quot;absolute&quot;).css(&quot;top&quot;, 222).css(&quot;left&quot;, 256);
  $(&quot;#add&quot;).on( &quot;keyup&quot;,function () {</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (HideGenius)]]></author>
			<pubDate>Sun, 25 Jan 2015 23:49:14 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=90963#p90963</guid>
		</item>
	</channel>
</rss>
