[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: 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