[jQuery] $(document).unbind('ready');

2007-06-20 Thread Jim M
Is it possible to unbind functions from the $().ready() event? I have scripts that do this: $(document).ready(function(){ /* make things happen */ }); $().ready(fnRef); In a following script I'd like to unbind these and have tried the following, problem is it doesn't seem to work: $().unbind(

[jQuery] firebug vulnerability

2007-04-04 Thread Jim M
FYI there is a vulnerability in firebug that is reported to be patched in the new 1.03 release more information and the new release available via: tools> add-ons > check for updates http://www.getfirebug.com/blog/2007/04/04/security-update/ http://www.gnucitizen.org/projects/firebug-goes-evil