Hi Ehsan Here I have recently started workin in jquery. and now when i am working on an project where i am using ajax function and loading the same library(i have written) again and again. and due to that document.ready(function(){}) calls again and again. Means one function calls for 4 time if i use to load it 4 times again and again. I want to clean/unready/unload previous ready function and want to ready new function . i use to try on jquery(function(){}) also. but the same result. i tried to get any respective/ related topic. but couldn't find out. If i could not find this or no one can help me. then i think i should have to split/break my one library to numbers of libraries.
looking for your help. Thanks in advance