[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
equal 11. > Use the parseInt() or parseFloat() functions. > > http://www.w3schools.com/jsref/jsref_parseInt.asphttp://www.w3schools.com/jsref/jsref_parseFloat.asp > > On Jul 30, 9:15 am, kalyan Chatterjee > wrote: > > > I am just trying to write this > > > $

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
ation > >> 4. Addition and subtraction > > >> remember left to right. > > >> On Thu, Jul 30, 2009 at 9:21 PM, kalyan Chatterjee < > >> kalyan11021...@gmail.com> wrote: > > >>> Hi I dont know can you please tell me how to it? >

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi I dont know can you please tell me how to it? Thanks On Jul 31, 12:20 am, waseem sabjee wrote: > remember the golden rule > > BODMAs > > On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee > > wrote: > > > I am just trying to write this > > > $(fu

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
$('#b13').val("$" + b13); $('#b15').val("$" + b15); $('#b16').val("$" + b16); $('#b17').val("$" + b12); $('#b18&#

[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread kalyan Chatterjee
Just try to writereturn false on tab click event. On Jul 29, 6:53 pm, chris_huh wrote: > Thanks but I can't find jquery.history_remote.pack.js. I am using > jquery 1.7.1 and the tabs thing that comes with JQuery UI. > > On Jul 29, 2:25 pm, rupak mandal wrote: > > > Hi, if you remove the "jq

[jQuery] Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi Everyone, I am just trying to do a simple calculation - like 1440 + ( 99 * 12) + 795 the result should be 3423. But I am getting different answer. Please someone help me how to do it. Thanks Kaly

[jQuery] Re: Error : 'document' is undefined

2009-06-20 Thread kalyan Chatterjee
Place your jquery include tag at first then other javascript file attachment. Hope your problem gone! On Jun 20, 12:21 am, nanditha k wrote: > http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2 > > On Fri, Jun 19, 2009 at 1:53 PM, amuhlou wrote: > > > can you post a link t

[jQuery] Re: Form functionaltiy - scroll to top of page on submission

2009-06-20 Thread kalyan Chatterjee
You can use jquery plugin scrollTo : here is the demo : http://demos.flesler.com/jquery/scrollTo/ On Jun 20, 12:52 pm, juxprose wrote: > Below is a block of code from a Wordpress plugin called "MM Forms", which > handles form creation. > > The part of the code below deals with what happens when

[jQuery] Re: claering feilds in div

2009-06-19 Thread kalyan Chatterjee
Just use this a simple html button: On Jun 20, 9:58 am, naz wrote: > i have try this code but it also clear my buttons name .i just want to > reset my tetxt feilds plz tel me if any body have idea of this thnx in > anticipation > > On Jun 10, 9:34 pm, waseem sabjee wrote: > > > $("input").at