[jQuery] shobhit chaturvedi wants to chat

2010-03-01 Thread shobhit chaturvedi
--- shobhit chaturvedi wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-4b2302e37c-9fd2a24dac-15866bd193bee8f5 You'll need

[jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
Hello... I have an unordered list containing nested lists... ul class=foo lia title=Announcements1 href=foo.htmlspan class=portal-navigation-labelHome/span/a ul lia title=Announcements href=foo.htmlspanAnnouncements/span/a/li lia title=Announcements

[jQuery] Re: Using jQuery UI with Google Maps

2010-03-01 Thread Thai Dang Vu
I think I found an answer for this problem. The answer is: do not create a dialog on the fly (i.e. do not create a div on the fly and then $(div).dialog()), but create a dialog before initializing the google map. On Wed, Feb 24, 2010 at 2:41 PM, Thai Dang Vu tdan...@gmail.com wrote: Hi, I

[jQuery] Re: Newbie Question: Finding and manipulating an element

2010-03-01 Thread Greg Tarnoff
This will add the class for you. Put it in the document ready function if you want it on page load or in whatever function you want to call it from. $('ul.foo li 'ul).addClass(bar); On Mar 1, 5:06 am, Aaron Johnson aaron.mw.john...@gmail.com wrote: Hello... I have an unordered list containing

Re: [jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Nathan Klatt
On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson aaron.mw.john...@gmail.com wrote: The top level list has an ID and associated css, I'd like to add a class to each of the nested ul elements in order to style them differently. I cannot manually add a class so wondered if I could do it with jQuery.

Re: [jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
Greg, Nathan, Thanks very much for your help! On 1 March 2010 14:58, Nathan Klatt n8kl...@gmail.com wrote: On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson aaron.mw.john...@gmail.com wrote: The top level list has an ID and associated css, I'd like to add a class to each of the nested ul

[jQuery] Excellent Java Consultant For Your Direct Client Requirement

2010-03-01 Thread ajay solanki
Hi, My name is Ajay Solanki and I represent International Business Solutions Ltd. Here I am presenting a brief snapshot summary of the consultant currently available for projects. Please let me know if you have any openings for them. If you have any suitable requirement kindly send it ASAP

[jQuery] Re: keyup() fires multiple times?

2010-03-01 Thread Keith Hughitt
Looks like the problem is OS-specific. In Ubuntu 9.10, for example, there is an option that is enabled by default in the user's keyboard preferences which causes key-holds to simulate multiple key-presses. Turning this off results in the expected behavior. On Windows, the default behavior is for

[jQuery] Slide down / Slide up, stop repeating

2010-03-01 Thread Paul Collins
Hi all I've got a drop down menu that expands when you hover over a heading. Here is the JQuery $(#header .dropDown .content).hover( function () { $(#header .dropDown ul).slideDown(); return false; }, function () { $(#header .dropDown ul).slideUp();

[jQuery] page_request.send(null)

2010-03-01 Thread Erik
www.naturalskin.com I'm getting an error win LINE 30 with Firebug I'm using AJAX Includes to load in external content. Everything looks great and works fine, but I keep getting an error global.js (line 30) page_request.send(null) Should I delete this line? Should I add something in the

[jQuery] JQuery Email Validation does not work

2010-03-01 Thread iceman
Hello I am on JQuery 1.4.1 using validation fromawork by Jörn Zaefferer 1.6 version. I need to send multiple comma separated emails . It fails for the following format FirstName Last Name [firstName dot lastName at xyz dot com] Please guide. Thank You Iceman