[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

[jQuery] Did anyone use jqmodal notice example ?

2008-09-05 Thread gautam
If anyone used the notice example dialog, can you guys please send the sample code. Thanks Gautam

[jQuery] Close Firefox on modal hide

2008-09-02 Thread gautam
chieve using FF. Can someone throw some light on this? Thanks Gautam

[jQuery] Form Helper Popups

2008-01-21 Thread Gautam Lad
Not sure what the correct name is but I am trying to achieve something like this: Anyone have a plugin already out there that I can easily attach to any form element? Here's a screenshot: http://www.gonrad.com/200801/helperbox.jpg Thanks, Gautam

[jQuery] Re: jQuery for Designers

2008-01-18 Thread Gautam Lad
Very cool. I ended up checking out your blog site as well. A suggestion: Wherever you display code in your articles, it appears to be only a few lines of scrollable text (iframe?). I want to check out the rest of your site but its hard to look at code this way :( Looking for

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Gautam Lad
My jquery.js does say this at this top so I take it its the latest (function(){ /* * jQuery 1.2.1 - New Wave Javascript Mike Alsup <[EMAIL PROTECTED]> wrote: > Trust me I've tried everything. Are you using an older version of jQuery then?

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Gautam Lad
Trust me I've tried everything. ${#myform").submit() And $("#myform")[0].submit(); I ended up putting a hidden type=submit button on page and triggering a click on it. -- Gautam Lad -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTE