Danny wrote: > For quickie debugging to FIrebug, you could define > > $.fn.log = function { console.log(this); return this;}; > > and now you've got a chainable log that you can put anywhere in the > chain: > $('p').log().css('color', 'red').log().slideDown() etc. > > I haven't tested this (I'm sitting in front of IE 7) but it > ought to work.
Nice. Anyone know if there is a way in code to trigger a Firebug breakpoint and also add a value to the watch list if it isn't already there? -- -Mike Schinkel http://www.mikeschinkel.com/blogs/ http://www.welldesignedurls.org http://atlanta-web.org