[jQuery] Re: Traversing table

2008-09-24 Thread Jayzon
number of characters into the input field, the js file reads the corresponding price from the row above, calculates it & replaces the "0,00 €" with the calculated value. I'd be really glad if someone could help me out with this one. Thanks! Markus On 9 Sep., 20:07, Jayzon <[EM

[jQuery] Re: Traversing table

2008-09-09 Thread Jayzon
place the 0,00 € in span.result with the calculated result. Is this in any way right? Or at least a good starting point? Thanks, Markus On 9 Sep., 15:46, Jayzon <[EMAIL PROTECTED]> wrote: > Hi Karl, > > I'm not sure if you missed them, but I placed the input fields inside >

[jQuery] Re: Traversing table

2008-09-09 Thread Jayzon
in relation to the spans   > that you want to modify. > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Sep 8, 2008, at 4:38 PM, Jayzon wrote: > > > > > > > Hi! > > > I've got a table with multiple ro

[jQuery] Re: Traversing table

2008-09-09 Thread Jayzon
could just wrap the price in the span.price & everything would be fine. Anyway, thanks for your effort! Markus On 9 Sep., 05:21, "Rene Veerman" <[EMAIL PROTECTED]> wrote: > put valid id's on all relevant tags, then reference by id? > > > > On Mon, Se

[jQuery] Traversing table

2008-09-08 Thread Jayzon
Hi! I've got a table with multiple rows which I'd like to traverse in a special way - here's the html (for better reading, I just included two rows, these rows are duplicated with different values): Example A 1,20 € 2,40 € Calculator 0,00 € 0,00 € What I'd like to do: If an input filed is

[jQuery] Re: Adding CSS-property & therefore traveling the DOM - Problem.

2008-01-23 Thread Jayzon
, thanks for your effort! Greetings, Jayzon

[jQuery] Adding CSS-property & therefore traveling the DOM - Problem.

2008-01-22 Thread Jayzon
when the mouse is out of the link-area. Since I'm totally new to jQuery, I tried to copy/paste the code from the documentation and fit it to my needs. This didn't work out & I have no idea how to achieve the desired effect. Any help is appreciated. Sorry for this stupid question (and the maybe bad english ;) ). Thanks! Greetings, Jayzon