<?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>westworld: a webmasters best friend &#187; Fire()</title>
	<atom:link href="http://www.westworld.be/tag/fire/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westworld.be</link>
	<description>A webmasters best friend</description>
	<lastBuildDate>Mon, 14 Jun 2010 18:12:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fire events with Prototype</title>
		<link>http://www.westworld.be/a-note-to-self/fire-events-with-prototype/</link>
		<comments>http://www.westworld.be/a-note-to-self/fire-events-with-prototype/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:01:48 +0000</pubDate>
		<dc:creator>westworld</dc:creator>
				<category><![CDATA[a note to self]]></category>
		<category><![CDATA[Fire()]]></category>
		<category><![CDATA[Prototypejs]]></category>

		<guid isPermaLink="false">http://www.westworld.be/?p=5</guid>
		<description><![CDATA[It&#8217;s not possible to fire the default events with Prototype 1.6. Only custom events are supported.
$(&#8217;mybutton&#8217;).observe(&#8217;click&#8217;,function(){&#8230;});
$(&#8217;mybutton&#8217;).fire(&#8217;click&#8217;); will not work
$(&#8217;myinput&#8217;).observe(&#8217;input:changed&#8217;,function(){&#8230;.});
$(&#8217;myinput&#8217;).fire(&#8217;input:changed&#8217;); does work


Related posts:Prototype: submit multiple select with ajax call__autoload function


Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li><li><a href='http://www.westworld.be/a-note-to-self/__autoload-function/' rel='bookmark' title='Permanent Link: __autoload function'>__autoload function</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not possible to fire the default events with Prototype 1.6. Only custom events are supported.</p>
<p>$(&#8217;mybutton&#8217;).observe(&#8217;click&#8217;,function(){&#8230;});<br />
$(&#8217;mybutton&#8217;).fire(&#8217;click&#8217;); will not work</p>
<p>$(&#8217;myinput&#8217;).observe(&#8217;input:changed&#8217;,function(){&#8230;.});<br />
$(&#8217;myinput&#8217;).fire(&#8217;input:changed&#8217;); does work</p>


<p>Related posts:<ol><li><a href='http://www.westworld.be/a-note-to-self/prototype-submit-multiple-select-with-ajax-call/' rel='bookmark' title='Permanent Link: Prototype: submit multiple select with ajax call'>Prototype: submit multiple select with ajax call</a></li><li><a href='http://www.westworld.be/a-note-to-self/__autoload-function/' rel='bookmark' title='Permanent Link: __autoload function'>__autoload function</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.westworld.be/a-note-to-self/fire-events-with-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
