[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: 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 chris@gmail.com 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 rupakn...@gmail.com

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
']).val(); $('#b19').val(b18 + (b16*12) + b15); }); }); On Jul 31, 12:07 am, Cesar Sanz the.email.tr...@gmail.com wrote: What?? Math science is exact... Can you provide your script? - Original Message - From: kalyan Chatterjee kalyan11021

[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 waseemsab...@gmail.com wrote: remember the golden rule BODMAs On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee kalyan11021...@gmail.com wrote: I am just trying to write this $(function

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
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? Thanks On Jul 31, 12:20 am, waseem sabjee waseemsab...@gmail.com wrote: remember the golden rule BODMAs On Thu, Jul 30, 2009 at 9:15 PM

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
may 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 kalyan11021...@gmail.com wrote: I am just trying to write this $(function

[jQuery] Re: claering feilds in div

2009-06-20 Thread kalyan Chatterjee
Just use this a simple html button: input name=button2 type=reset id=button2 value=Reset / On Jun 20, 9:58 am, naz s.na...@gmail.com 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

[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 d...@delarge.co.uk 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

[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 nandithak2...@gmail.com wrote: http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2 On Fri, Jun 19, 2009 at 1:53 PM, amuhlou

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download : http://deepliquid.com/content/Jcrop.html On Jun 19, 7:41 pm, bharani kumar bharanikumariyer...@gmail.com wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote:

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Then use imagemagic to create image resizing if you are using PHP. On Jun 19, 9:43 pm, brian bally.z...@gmail.com wrote: On Fri, Jun 19, 2009 at 10:57 AM, kalyankalyan11021...@gmail.com wrote: Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download

[jQuery] Re: Dashboard - Drag Drop Widgets

2009-06-19 Thread kalyan
Hi, You can use jquery to accomplish this. Here is some tutorial and example. http://www.skypoet.net/yui/examples/iGoogle/iGoogle1.html http://www.skypoet.net/yui/examples/iGoogle/iGoogle1.html Cheers! On Jun 19, 9:49 pm, Gercek Karakus gerc...@gmail.com wrote: Hi everyone, I am going to

[jQuery] values getting erased after refreshing

2009-01-06 Thread kalyan
hello sir, i am using thick box for my site. and after closing the thickbox, i am refreshing the parent page, so that the user can see his latest changes. but the problem is, i am also having some controls on the parent page, for example: i am having two text box's and one dropdownlist. the user