<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joseph Scott &#187; jeip</title>
	<atom:link href="http://josephscott.org/archives/tag/jeip/feed/" rel="self" type="application/rss+xml" />
	<link>http://josephscott.org</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 16:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<atom:link rel='hub' href='http://josephscott.org/?pushpress=hub'/>
<cloud domain='josephscott.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Introducing jQuery Edit In Place (JEIP)</title>
		<link>http://josephscott.org/archives/2008/11/introducing-jquery-edit-in-place-jeip/</link>
		<comments>http://josephscott.org/archives/2008/11/introducing-jquery-edit-in-place-jeip/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:00:17 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jeip]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://josephscott.org/?p=189</guid>
		<description><![CDATA[The first version of jQuery Edit In Place (JEIP) is ready. The UI and features basically the same as my older Prototype based edit in place code, with a few extra tidbits thrown in for good measure. It works in the typical jQuery style, as a plugin off of the main jQuery object. Here&#8217;s a [...]


Related posts:<ol><li><a href='http://josephscott.org/code/javascript/jquery-edit-in-place/' rel='bookmark' title='Permanent Link: jQuery Edit In Place (JEIP)'>jQuery Edit In Place (JEIP)</a></li>
<li><a href='http://josephscott.org/code/javascript/' rel='bookmark' title='Permanent Link: Javascript'>Javascript</a></li>
<li><a href='http://josephscott.org/archives/2010/07/xhr-ajax-performance-get-or-post/' rel='bookmark' title='Permanent Link: XHR / AJAX Performance &#8211; GET or POST?'>XHR / AJAX Performance &#8211; GET or POST?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The first version of <a href="/code/javascript/jquery-edit-in-place/">jQuery Edit In Place (JEIP)</a> is ready.  The UI and features basically the same as my older <a href="http://www.prototypejs.org/">Prototype</a> based edit in place code, with a few extra tidbits thrown in for good measure.</p>
<p>It works in the typical jQuery style, as a plugin off of the main jQuery object.  Here&#8217;s a simple example that makes all elements with a class of &#8216;edit-this&#8217; editable and sends the form data to &#8216;save.php&#8217;:</p>
<pre class="brush: jscript;">
$( &quot;.edit-this&quot; ).eip( &quot;save.php&quot; );
</pre>
<p>Check out the <a href="/code/javascript/jquery-edit-in-place/">JEIP</a> page for a details on what data the XHR includes and what the expected response needs to be.  There&#8217;s also a long list of options that the eip function supports.</p>
<p>You can dive in by taking a look at this <a href="/projects/code/javascript/jeip/example/">basic demo</a> and then downloading version 0.1.0 of <a href="http://jeip.googlecode.com/svn/tags/0.1.0/jeip.js">jeip.js</a>.</p>


<p>Related posts:<ol><li><a href='http://josephscott.org/code/javascript/jquery-edit-in-place/' rel='bookmark' title='Permanent Link: jQuery Edit In Place (JEIP)'>jQuery Edit In Place (JEIP)</a></li>
<li><a href='http://josephscott.org/code/javascript/' rel='bookmark' title='Permanent Link: Javascript'>Javascript</a></li>
<li><a href='http://josephscott.org/archives/2010/07/xhr-ajax-performance-get-or-post/' rel='bookmark' title='Permanent Link: XHR / AJAX Performance &#8211; GET or POST?'>XHR / AJAX Performance &#8211; GET or POST?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://josephscott.org/archives/2008/11/introducing-jquery-edit-in-place-jeip/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>