[jQuery] Anyway to make flexigrid liquid ?

2008-11-07 Thread yabdab
Anyone know a way to make this flexigrid liquid? What I mean is, if it is in a browser window, it resizes with the window? It has grab tabs for this, but then you have to resize twice, first the browser, then the grid. http://www.webplicity.net/flexigrid/

[jQuery] pngFix and display:none

2008-10-20 Thread yabdab
I am seeing an issue in that POS browser IE6 that goes like this... pngFix() works only on images that are displayed. I have some hidden divs (display:none) that contain png files that are reveled when needed. But they are missing when I show() them. Any ideas what is happening to them?

[jQuery] Re: pngFix and display:none

2008-10-20 Thread yabdab
to those elements as soon as they are shown. Nothing more, nothing less.. On Mon, Oct 20, 2008 at 5:59 PM, yabdab [EMAIL PROTECTED] wrote: I am seeing an issue in that POS browser IE6 that goes like this... pngFix() works only on images that are displayed. I have some hidden divs

[jQuery] local/serial scroll with fades?

2008-10-01 Thread yabdab
Hey all, I am hacking around with the coda-slder... http://jqueryfordesigners.com/demo/coda-slider.html ...and wondered if there was a simple way to have the panels fade in/ out as they scroll left/right?

[jQuery] Re: min-imize scripts?

2008-08-18 Thread yabdab
Karl Swedbergwww.englishrules.comwww.learningjquery.com On Aug 15, 2008, at 2:05 PM, yabdab wrote: What does everyone use to min-imize their scripts and plugins?

[jQuery] Re: Safari 2 Mac - loads of problems!

2008-07-11 Thread yabdab
Mac users usually stay on top of things better than PC users. Most of them have likely upgraded to Safari 3. On Jul 10, 6:34 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Safari 2 has some serious problems with it's Javascript interpreter. Any page that has a heavy amount of Javascript

[jQuery] Re: How to make jquery do a link?

2008-06-25 Thread yabdab
Use get http://docs.jquery.com/Ajax/jQuery.get $.get('test.php'); On Jun 25, 5:07 am, Pegpro [EMAIL PROTECTED] wrote: How can I make jquery do an effect when clicking a link and when it is finished animating follow the link? I was using window.location = 'index.php' + execute but this