<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Замена ссылки на изображение]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11519&amp;type=atom" />
	<updated>2016-04-21T19:20:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11519</id>
		<entry>
			<title type="html"><![CDATA[Re: Замена ссылки на изображение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102790#p102790" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>String.prototype.toTagged = function() {
   return &#039;&lt;img src=&quot;&#039; + this + &#039;&quot; /&gt;&#039;;
}

var str = &#039;http://site.ru/image.gif&#039;;
console.log(str.toTagged()); //вернет &lt;img src=&quot;http://site.ru/image.gif&quot;/&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[greg zakharov]]></name>
			</author>
			<updated>2016-04-21T19:20:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102790#p102790</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Замена ссылки на изображение]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102769#p102769" />
			<content type="html"><![CDATA[<p>Ребят, пишу новое расширение для форума PunBB, может у кого есть готовый скрипт java или jQuery позволяющий простую ссылку на изображение подменять на ссылку в теге. </p><p>К примеру<br /></p><div class="codebox"><pre><code>http://site.ru/image.gif</code></pre></div><p>заменить на<br /></p><div class="codebox"><pre><code>&lt;img src=&quot;http://site.ru/image.gif&quot;/&gt;</code></pre></div><p>Ну или хотбы какие то наброски. Большое спасибо заранее тем кто окажет помощь.</p>]]></content>
			<author>
				<name><![CDATA[PanBB.Ru]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33405</uri>
			</author>
			<updated>2016-04-21T13:28:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102769#p102769</id>
		</entry>
</feed>
