[jQuery] Re: Help needed to find image dimensions

2010-01-05 Thread devilmike
I believe John is correct on both counts. You can't get the image dimensions before loading the image and the css method will work unless you have to support versions of IE lower than 7. In any case this script should work. To prevent seeing the full size image before it resizes, hide the preview

[jQuery] Re: IDEs of jQuery

2009-11-20 Thread devilmike
ke > php functions,properties > > On Thu, Nov 19, 2009 at 8:58 PM, devilmike wrote: > > This isn't specifically for jQuery, but NetBeans handles it extremely > > well. I use the Early Access for PHP version. > > > Michael > > > On Nov 19, 4:13 am, Ankur_Patel

[jQuery] Re: IDEs of jQuery

2009-11-19 Thread devilmike
This isn't specifically for jQuery, but NetBeans handles it extremely well. I use the Early Access for PHP version. Michael On Nov 19, 4:13 am, Ankur_Patel wrote: > Can any one tell me name of jQuery IDEs... like dreamweaver use of IDE as > HTML,PHP,ASP,XML,CSS > > Any IDE there for jQuery cod

[jQuery] Re: change certain elements in result set based on position

2009-01-23 Thread devilmike
Awesome Ricardo, thanks! I guess the only issue I have is that I'll never know how many "sets of 4" I'll be dealing with, and i apologize for not explaining myself very well in my example. Basically for each "set", I want to run the same function. This is what I came up with. It works, but I'm a

[jQuery] change certain elements in result set based on position

2009-01-22 Thread devilmike
Hello all, I can't quite get my head around how to accomplish this and any guidance would be greatly appreciated. Say I have some random number of 's on the page, like 20. I'd like to grab the first 4 and make them red, then grab the next 4 and make them blue, then grab the next 4 and do somethi

[jQuery] Re: jQuery Cycle - remove slide

2008-11-06 Thread devilmike
Thanks Mike. Great plugin btw. > Not without stopping first and restarting afterwards.

[jQuery] jQuery Cycle - remove slide

2008-11-06 Thread devilmike
I'm wondering if there's any way to remove a slide from a running slideshow without interuption, and if so how would I go about it? Thanks!