In my jquery plugin i want to save a variable which i get from ajax.load function inside the plugin instance. So I can access it later on.
this is how I do it right now but it keep changing to the last instance variable when I trying to access it. http://paste-it.net/public/e7388e4/ Is there anyway of defining a variable scope only to its instance of a plugin?