Re: [jQuery] Re: Round numbers

2009-11-15 Thread waseem sabjee
May i see your html On Sun, Nov 15, 2009 at 7:24 PM, factoringcompare.com < firstfacto...@googlemail.com> wrote: > Thanks. this does not work. Added class to form and included the > above. > > > On Nov 15, 5:05 pm, waseem sabjee wrote: > > say you have 5 text boxes each with the class mybox > >

Re: [jQuery] Re: Round numbers

2009-11-15 Thread waseem sabjee
say you have 5 text boxes each with the class mybox var x = $(".mybox").length; var y = Math.Round(x); OR var y = Math.Ceil(x); On Sun, Nov 15, 2009 at 6:45 PM, factoringcompare.com < firstfacto...@googlemail.com> wrote: > Hi, > > Great, I have a a go at putting into my code but can't can y