[jQuery] Re: Hide/show divs based on form parameters

2009-06-13 Thread Nitin Sawant
http://www.mathias-bank.de/2006/10/28/jquery-plugin-geturlparam/ On Jun 13, 8:37 pm, Mark wrote: > Hi all, > > I'm trying to selectively hide and show divs based on what a user > specifies using three select boxes in a form. > > I'm quite new to jQuery so I'm probably missing something obvious, b

[jQuery] Re: slideUp doesn't occur

2009-05-29 Thread Nitin Sawant
Thanks a lot @waseem, @Christiaan both ways works wow!! my code reduced to 50% coz i'm using only 3 lines instead 11 lines... $("#patientdvTop1").click( function() { $("#patientdvContent1").slideToggle("fast"); }); gr8 code!! thanks again. regard

[jQuery] Re: just a shout out

2009-05-28 Thread Nitin Sawant
Jquery is really nice. It helped me a lot in my Hospital Management System web application project Thanks a million to the people who developed the jquery. I hope you'll add more cool features to jquery.. Thanks again regards, Nitin Sawant frm NIIT Malad (Mumbai-IN)

[jQuery] slideUp doesn't occur

2009-05-28 Thread Nitin Sawant
Hello There above code works fine in all versions of internet explorer, but in Firefox,Google Chrome and Opera - just the Slidedown event occurs, slideup never happens pls help .. regards, Nitin Sawant

[jQuery] Detect version of internet explorer using jquery

2009-05-26 Thread Nitin Sawant
how to Detect version of internet explorer using jquery?? & also name of browser?

[jQuery] Re: How to convert csv file to json

2009-05-23 Thread Nitin Sawant
Thanks a lot kelly, I wrote the php script and all working fine, http://nitin.tech4you.org/Stock%20Widget.html thanks again.. regards, Nitin Sawant On May 21, 8:08 pm, Kelly wrote: > Brian said that JSON uses a key:value format, but it is really just a > shorthand for Javascript li

[jQuery] Re: Replace newline char with comma using jquery

2009-05-23 Thread Nitin Sawant
Hello Liam, Prob is solved now, I migrated the task in php, now all working fine.. Thanks a million for posting replies and helping me regards, Nitin Sawant On May 21, 8:38 pm, Liam Byrne wrote: > The code works fine here (apart from the security issue). > >

[jQuery] Re: How to convert csv file to json

2009-05-21 Thread Nitin Sawant
Thanks a lot to all for helping me, now i got why i was stuck. (Cross-domain restrictions) regards, Nitin Sawant On May 21, 5:24 am, "Michael Geary" wrote: > Hi Nitin, > > Are you trying to do this conversion in JavaScript, or on your server? > > Parsing a CSV file

[jQuery] Re: How to convert csv file to json

2009-05-21 Thread Nitin Sawant
, Nitin Sawant On May 21, 5:24 am, "Michael Geary" wrote: > Hi Nitin, > > Are you trying to do this conversion in JavaScript, or on your server? > > Parsing a CSV file as simple as this one is trivial, in JavaScript or in any > reasonable server language. (BTW, you woul

[jQuery] Re: Replace newline char with comma using jquery

2009-05-20 Thread Nitin Sawant
I've posted this topic on bytes.com also, pls help me http://bytes.com/topic/javascript/answers/869610-convert-google-finance-data-array regards, Nitin Sawant On May 20, 4:03 pm, Nitin Sawant wrote: > Hello Liam, >       Thanks for your reply, > > i'm retrieving csv fi

[jQuery] Re: How to convert csv file to json

2009-05-20 Thread Nitin Sawant
gt; > > On Wed, May 20, 2009 at 6:28 AM, Nitin Sawant wrote: > > > How to convert csv file to json using jquery / javascript??

[jQuery] Re: How to convert csv file to json

2009-05-20 Thread Nitin Sawant
a to json or any suitable format on webpage so that i can show stock quote chart on the page using that data. regards, Nitin Sawant On May 20, 7:45 pm, brian wrote: > There's quite a difference between the two. JSON uses a key: value > format, while CSV is generally value only >

[jQuery] Re: Replace newline char with comma using jquery

2009-05-20 Thread Nitin Sawant
loadData(); On May 20, 3:56 pm, Liam Byrne wrote: > That code that you posted is replacing a newline with nothing - the > comma is BETWEEN the parameters and is not one of them > > Try csvString=csvString.replace('\n',','); > > > >

[jQuery] How to convert csv file to json

2009-05-20 Thread Nitin Sawant
How to convert csv file to json using jquery / javascript??

[jQuery] Replace newline char with comma using jquery

2009-05-20 Thread Nitin Sawant
Hello frendz, I'm trying to replace newline char frm Google finance csv file with comma but its not happening pls help. http://finance.google.com/finance/historical?q=GOOG&startdate=May+1%2C+2009&enddate=May+5%2C+2009&start=225&num=25&output=csv I'm using following code csvString=csvSt

[jQuery] Retrive stock quotes using jquery

2009-05-19 Thread Nitin Sawant
Hi, anyone know how to retrieve stock quotes from Google Finance/Yahoo Finance using jquery?? and also last 30 day price of particular stock