Re: [jQuery] Dom Updates?

2007-01-18 Thread Justin Carter
On 1/19/07, Yehuda Katz [EMAIL PROTECTED] wrote: What I do is apply a context to the function called by document.ready, and use that context in all of the calls I make in it. Then, on load()'s complete, I pass the stuff being updated into that method. docReady = function(cx) { cx = cx ||

Re: [jQuery] Multiple Ready Blocks

2006-09-26 Thread Justin Carter
On 9/26/06, Michael Geary [EMAIL PROTECTED] wrote: Note that there is a handy shortcut for $(document).ready(): $( function(){} ); -Mike Nice tip, thanks Mike! (There's one for the mag Yehuda!) Justin ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Multiple Ready Blocks

2006-09-26 Thread Justin Carter
On 9/26/06, Klaus Hartl [EMAIL PROTECTED] wrote: Justin Carter schrieb: On 9/26/06, Michael Geary [EMAIL PROTECTED] wrote: Note that there is a handy shortcut for $(document).ready(): $( function(){} ); -Mike Nice tip, thanks Mike! (There's one for the mag Yehuda!) Justin

Re: [jQuery] Digg push

2006-09-25 Thread Justin Carter
On 9/26/06, Yehuda Katz [EMAIL PROTECTED] wrote: You guys have put Visual jQuery on the map. If you can help with one final push, I'd be eternally grateful. I'd suggest getting a Visual jQeury Magazine article on Ajaxian.com. I think it has a reasonable amount of readers. You can use the

Re: [jQuery] Visual jQuery Magazine

2006-09-22 Thread Justin Carter
On 9/23/06, Yehuda Katz [EMAIL PROTECTED] wrote: The release of the first issue of the Visual jQuery Magazine is official. The mag is excellent Yehuda, congrats! I even joined digg just to digg it :) I guess we will see a flood of posts in the mailing list in the coming days/weeks! Justin

Re: [jQuery] Bug in .color() / Firefox

2006-09-21 Thread Justin Carter
On 9/21/06, Sam Collett [EMAIL PROTECTED] wrote: Expanding on that, this is a basic function to convert to hex. No fancy regexp's or string parsing needed: function RGBToHex(value) { var re = /\d+/g; var matches = value.match(re); var r = parseInt(matches[0]);

Re: [jQuery] Bug in .color() / Firefox

2006-09-18 Thread Justin Carter
On 9/18/06, Klaus Hartl [EMAIL PROTECTED] wrote: color() returns the computed style and in Firefox this is the RGB notation, no matter how you specified the color in the style sheet (name, hex, rgb). So this is not a bug. I'd write a RgbToHex function that transforms the Rgb value into Hex

Re: [jQuery] spin 360°

2006-09-15 Thread Justin Carter
On 9/16/06, Armand Datema [EMAIL PROTECTED] wrote: here is a YUI version of rotate http://blog.360.yahoo.com/blog-ktYYK_s5fqJ2Hu1ryv2QSL0-?cq=1p=245; Holy crap that page sucks, it uses 100% CPU time on my machine (AMD64 3500+) in each of IE7, Opera 9 and Firefox 1.5.0.3!...

Re: [jQuery] spin 360°

2006-09-15 Thread Justin Carter
On 9/16/06, Justin Carter [EMAIL PROTECTED] wrote: Holy crap that page sucks, it uses 100% CPU time on my machine (AMD64 3500+) in each of IE7, Opera 9 and Firefox 1.5.0.3!... I mean, of course, the two example pages with the rotating stuff, not that URL itself

Re: [jQuery] Tabs plugin update: autoheight, effects

2006-09-12 Thread Justin Carter
On 9/12/06, abba bryant [EMAIL PROTECTED] wrote: In firefox 1.5.0.6 the autoheight seems set to the first tab in the example, and when you click the third tab the content overflows onto the tested with section below it. The container background seems sized correctly but the actual lorem ipsum

Re: [jQuery] Tabs plugin update: autoheight, effects

2006-09-12 Thread Justin Carter
On 9/12/06, Klaus Hartl [EMAIL PROTECTED] wrote: This looks exactly like an issue with the height calculation of hidden elements John and I thought we had resolved. Or as you say, maybe something has regressed somewhere along the line... ___ jQuery

Re: [jQuery] Tabs plugin update: autoheight, effects

2006-09-12 Thread Justin Carter
On 9/12/06, Klaus Hartl [EMAIL PROTECTED] wrote: I need to know: which version of jQuery do you use? Do you simply go to demo page? If so, please make sure that you do not load from cache... Sorry I should have said that I am just viewing your demo page. I had never viewed that page before in

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: I've been working hard on this, and I reckon I've got it sorted, so now over to you for some real world testing before giving it a proper 1.0 status. Any and all comments welcome. Thanks George. Hi George, I fired up IE7 and each animation

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: I've been working hard on this, and I reckon I've got it sorted, so now over to you for some real world testing before giving it a proper 1.0 status. Any and all comments welcome. Thanks George. On 9/7/06, Justin Carter [EMAIL

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: Hi Justin, I've sorted this for Opera now. Opera RegExp seems to be the strictest, I'm thinking that will be a good place to start testing RegExp's in the future. Thanks, George. Looks good! :)

Re: [jQuery] jCarousel

2006-09-04 Thread Justin Carter
On 9/5/06, John Resig [EMAIL PROTECTED] wrote: What everyone is getting at - and I agree - is that the extra (non-semantic) markup should be included dynamically by the plugin. Thats right, and I didn't mean for the controls to always be included by the plugin, just in generic cases where no

Re: [jQuery] jCarousel

2006-09-01 Thread Justin Carter
On 9/1/06, jsorgalla [EMAIL PROTECTED] wrote: Hi there, i'm the next one staying in the line of jQuery plugin authors. I've created a new plugin called jCarousel. Its inspired by Bill Scott's Carousel Component for YUI. Check it out at http://sorgalla.com/pages/jcarousel.html and let me