<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Modify Existing JavaScript Functions</title>
	<link>http://www.coryhudson.com/blog/2007/02/07/modify-existing-javascript-functions/</link>
	<description>Working smarter, not harder</description>
	<pubDate>Thu, 28 Aug 2008 22:36:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: tim</title>
		<link>http://www.coryhudson.com/blog/2007/02/07/modify-existing-javascript-functions/#comment-13147</link>
		<pubDate>Fri, 19 Oct 2007 07:06:42 +0000</pubDate>
		<guid>http://www.coryhudson.com/blog/2007/02/07/modify-existing-javascript-functions/#comment-13147</guid>
					<description>Do you have any idea if this "fixing" is also possible in general for any JS function on a page? What I want to achieve is that I have a library of functions and I want to protocol certain things for each of these function, so basically for each call of a function, I would like to first call a protocol function, then carry out the original function call and then call a second protocol function. So, rather than having to put the protocol functions into every function, more or less impose them when needed.</description>
		<content:encoded><![CDATA[<p>Do you have any idea if this &#8220;fixing&#8221; is also possible in general for any JS function on a page? What I want to achieve is that I have a library of functions and I want to protocol certain things for each of these function, so basically for each call of a function, I would like to first call a protocol function, then carry out the original function call and then call a second protocol function. So, rather than having to put the protocol functions into every function, more or less impose them when needed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Inviz</title>
		<link>http://www.coryhudson.com/blog/2007/02/07/modify-existing-javascript-functions/#comment-3451</link>
		<pubDate>Thu, 08 Feb 2007 16:41:15 +0000</pubDate>
		<guid>http://www.coryhudson.com/blog/2007/02/07/modify-existing-javascript-functions/#comment-3451</guid>
					<description>2nd example, missing "(" before "function"</description>
		<content:encoded><![CDATA[<p>2nd example, missing &#8220;(&#8221; before &#8220;function&#8221;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
