<spanclass="versionAdded">version added: <ahref="/category/version/1.4/">1.4</a></span>jQuery.proxy( context, name )</h4>
<pclass="arguement"><strong>context</strong>The object to which the context of the function should be set.</p>
<pclass="arguement"><strong>name</strong>The name of the function whose context will be changed (should be a property of the 'context' object.</p>
</li>
</ul>
<divclass="longdesc"><p>This method is most useful for attaching event handlers to an element where the context is pointing back to a different object. Additionally, jQuery makes sure that even if you bind the function returned from jQuery.proxy() it will still unbind the correct function, if passed the original.</p></div>