[jQuery] Re: Firefox is showing error console with no errors?

2008-11-03 Thread jimster
No help? On Oct 27, 10:50 am, jimster [EMAIL PROTECTED] wrote: Hi there, I'm creating a one page ordering system that lets kids and parents order lunch. http://clients.blazemelbourne.com.au/cc/order.php It's designed to allow multiple kids and weeks per page, swapping the active ones

[jQuery] Firefox is showing error console with no errors?

2008-10-26 Thread jimster
Hi there, I'm creating a one page ordering system that lets kids and parents order lunch. http://clients.blazemelbourne.com.au/cc/order.php It's designed to allow multiple kids and weeks per page, swapping the active ones around using jquery. Works splendidly in almost every browser except

[jQuery] Find index of div with class selected

2008-10-21 Thread jimster
I'm trying to get the index of a div marked as selected, it's all a bit complicated because I have two levels of selected divs. My mark up looks like this: div id=container div id=kid1 class=kid selected div id=k1w1

[jQuery] Re: Find index of div with class selected

2008-10-21 Thread jimster
It seems like I've got somewhere - though I am still confused. div id=container div id=kid1 class=kid select div id=k1w1 class=week/div div id=k1w2 class=week selected/div

[jQuery] Re: Find index of div with class selected

2008-10-21 Thread jimster
Much appreciated! Works wonderfully. I guess I don't quite understand the use of variables and commas inside element declarations. So much to learn!

[jQuery] Re: Find parent width from sum of child divs

2008-06-30 Thread jimster
No word here?

[jQuery] Re: Find parent width from sum of child divs

2008-06-30 Thread jimster
); and then to find the widths of the previous siblings: var divOffset = 0; $(#div).prevAll().each(function () { var object = $(this); divOffset += object.width(); }) Just in case it's of use to anybody On Jun 26, 6:53 pm, jimster [EMAIL PROTECTED] wrote: Hi There, It's my first time

[jQuery] Find parent width from sum of child divs

2008-06-26 Thread jimster
Hi There, It's my first time posting, and I've only been using jquery for a couple of hours, but I'm pretty darn impressed with what can be down with so much ease. I'm building a slider style gallery (it's kind of like a full screen version of the coda website if your familiar with it). It's