jQuery.proxy( function, context )Returns: Function
Description: Takes a function and returns a new one that will always have a particular context.
-
version added: 1.4jQuery.proxy( function, context )
- functionType: Function()The function whose context will be changed.
-