[jQuery] grid layout plugin?

2009-04-15 Thread bobh
Hi, I've been on the lookout for a jquery plugin that fits divs together into a nicely fitting layout. For example: http://spacecollective.org/gallery/ more: http://www.corneer.se/nolegacy/?p=528 Does it exist?

[jQuery] Re: need help with opacity

2008-09-03 Thread bobh
Yes, I realised this a few hours ago. I was focussing too much on the solid bg color. On 3 sep, 17:48, turbodurso <[EMAIL PROTECTED]> wrote: > Hey bob, you don't necessarily have to rethink your design, just use > transparent png files (tiled for background) > > They can now render on all browser

[jQuery] Re: need help with opacity

2008-09-03 Thread bobh
Ack, that's a bit of a blow :) Time to rethink my design concept... Thanks Tom. On 2 sep, 17:11, Cybernoxa <[EMAIL PROTECTED]> wrote: > > > >         > > > > > and I'm doing a simple css thing to control theopacity: > > > $("div").css({"opacity": 0.11}); > > Hi Bob - sorry for my english ;) >

[jQuery] need help with opacity

2008-09-02 Thread bobh
Hi all, I'm having some trouble with setting an 11% opacity for a parent container, while its children remain at 100% opacity. Here's my simplified html: and I'm doing a simple css thing to control the opacity: $("div").css({"opacity": 0.11}); So now all content in the container is

[jQuery] Re: beginner variable problem

2008-05-31 Thread bobh
(i){ > var indx = i; > $(this).toggle( > function(){ return paraBg(indx, 'yellow'); } > , function(){ return paraBg(indx, 'none'); } ); > }).end().find('p') > , paraBg = function(indx, bg){ >

[jQuery] Re: beginner selector question

2008-05-08 Thread bobh
thanks mike. my hover area is about 400x300px in size so accidental show/hides shouldn't be an issue. but I'll keep the hoverintent plugin in the back of my head shoud it ever become one. On 8 mei, 17:23, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Sure, use $('p',this) where you have $(this.'p'

[jQuery] beginner selector question

2008-05-08 Thread bobh
hello, I'm wondering if there is such a thing as: $("div").hover( function(){ $(this."p").show(); }, function(){ $(this."p").hide(); } ); I know the above code is useless because of the use of "this" but I wonder if there's a selec

[jQuery] Re: strange behaviour: multiple selectors responding

2008-05-07 Thread bobh
rn false; > } > ); > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On May 6, 2008, at 6:34 AM, bobh wrote: > > > > > I'm afraid the behaviour is still there using your code. I've updated > > my exa

[jQuery] Re: strange behaviour: multiple selectors responding

2008-05-06 Thread bobh
lnk.html("loading..."); > }).ajaxStop(function(){ > lnk.html(url_title); > }); > $(".contest-form-" + this.name).load(this.href).show(); > return false; > }, > function(){ > $(&q

[jQuery] strange behaviour: multiple selectors responding

2008-05-05 Thread bobh
hi, I'm trying to change the innerHtml of an anchor to "loading" for the duration of an ajax load with this code: $("#contests ul li span a").toggle( function(){ var url_title = $(this).html(); $(this).ajaxStart(function(){$ (this).html("loading...");}).aj

[jQuery] jCarousel: question and feature reqs

2008-05-03 Thread bobh
hello, allow me to start with my feature requests: - I'd like to see multiple ajax carousels on one page. the problem I'm facing now is calling multiple txt/php files. any tips maybe? - is it possible to take on a more graceful content loading? now things are loaded dynamically in between ul tag