I want to add a function to jQuery UI Dialog. I want to do that without actually downloading .js file with jQuery UI Dialog source code and editing it. Is it possible to do this from separate .js file?
Some further explanation: let’s say I want to add custom function that’s called e.g. “func1”. After I’ve coded it, I should be able to call it like this:
($"#dialog").dialog("func1");
Is that possible without editing original jQuery Dialog source code?
Ok, I’ve finally found the answer 😀
I have figured it out from this post :
http://www.droptoframe.com/?p=35