HI ,
I am using JQuery 1.3 , i am facing problem in using live event as in jqyery . DOM element "context" is bound to default document root. so how to overcome such thing ?
Note :
As of jQuery 1.4, live events can be bound to a DOM element "context" rather than to the default document root. To set this context, we use the jQuery() function's second argument, passing in a single DOM element (as opposed to a jQuery collection or a selector).