[jQuery] Modify Dom Element using JQuery

2009-10-05 Thread Nitin Gautam
I have following code Center Keep a Long-Term Focus My requirement is I have to remove the tag and insert Center Keep a Long-Term Focus How Can I do this using JQueryAnchor link is getting generated dyncamically Tell me the way to make it wrkng in both FF and IE

[jQuery] Re: not working in IE6

2009-08-25 Thread Nitin Gautam
it > > should work in IE.x" > > > More than likely, IE6 has zero support/knowledge of what to do with a > > title attribute on an tag > > > On Aug 25, 9:33 am, Nitin Gautam wrote: > > > > Then how this working in Firefox ? and how to call on option

[jQuery] [tooltip] not working in IE6

2009-08-25 Thread Nitin Gautam
Hi, I am trying this in IE6 and found not working. In Firefox it is working as expected select{ width: 60; } option{ width: 60; } $(document).ready(function(){ //After loading the page insert the title attribute. $(function(){ $("select option").attr( "title", "Nits

[jQuery] Re: not working in IE6

2009-08-25 Thread Nitin Gautam
lected > object's title parameter, right? Your each() loop assigns the title > to the 's, but your .tooltip() call is on the , two > totally different DOM objects > > On Aug 25, 9:00 am, Nitin Gautam wrote: > > > Hi, > > > I am trying this in I

[jQuery] Re: Jquery + Jquery.layout + Json2007 layout issues

2009-08-06 Thread Nitin
Hi, I am using the jquery.json and jquery.layout now. I still get into the layout issues. When I comment the inclusion of jquery.json library, layout is fine, but as soon as I include it layout is messing up. Any suggestions/pointers to resolve the issue is appreciated. Nitin On Aug 4, 10:25

[jQuery] Jquery Dialog box + selection options - Sometime unable to get selection options

2009-08-03 Thread Nitin
is deeply appreciated. Nitin

[jQuery] Jquery + Jquery.layout + Json2007 layout issues

2009-08-03 Thread Nitin
anyone hit similar issue and found a solution? Is yes please share how the problem was resolved. Any pointers/help/suggestion to help resolve the above issue is appreciated. Nitin

[jQuery] Re: Insert SWF using JS

2009-07-24 Thread nitin
Hey shaolin, the better way doing this is using the swfobject script which is much easier to implement and has better integration with javascript/ajax interaction with flash. ~nitin On Jul 24, 12:38 am, shaf wrote: > Hi Guys > > I have some JS that flash cs4 generated when I pub

[jQuery] Re: Loop with mouse enter / leave events: help needed !

2009-07-24 Thread nitin
in firefox and then play around with you html/css and you can make out the reason. ~nitin On Jul 23, 9:40 pm, eelziere wrote: > Hi All, > > I am very new to jquery. > > Here is a small page I made to get familiar with it: > > http://www.compu-zen.com/tests/jquery.popup_test.

[jQuery] jquery.ajax executes error function for Web Server HTTP 201 Response

2009-07-20 Thread Nitin
0 response, how can I handle 201 response which is a success response? Any help to resolve above issue is appreciated. Thanks, Regards, Nitin

[jQuery] $(document).unload() does not fire.

2009-07-16 Thread Nitin
ll be appreciated. Thanks n Regards, Nitin

[jQuery] How add data in Request Body using jquery ajax

2009-07-15 Thread Nitin
#x27;, data: request_body }); I think the above call puts the request_body in the HTTP Header instead of Request Body. Can any one point out on specify the request_body in the Request Body instead of in Header? Thanks. Regards, Nitin

[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

[jQuery] Re: Get all radiobutton in a span

2009-04-22 Thread Nitin Gautam
Thanks for both replies..it works now =) On Apr 22, 10:55 pm, Ignacio Cortorreal wrote: > "#list_0 > input:radio" will work if the radios are direct children of > "#list_0" > > remove the ">" symbol > > On Wed, Apr 22, 2009 at 1:47 PM, Ni

[jQuery] Get all radiobutton in a span

2009-04-22 Thread Nitin Gautam
HI, I have following html code. Using jQuery how to get all the radiobuttons inside span id 'list_0' as i tried var kk=$("#list_0 > input:radio") is not working plz help... SET 1 [Option] [Category 1] [Category 2]

[jQuery] Highlight a table row on radio button click

2009-04-16 Thread Nitin Gautam
I have a table in which each row has radio botton in first td. I have to make a code so that when user click on radio button that row get highlighted . When click other that get highlighted and rest without highlight