[jQuery] menu hover question

2009-12-25 Thread slava
from the parent menu cell. I tried adding sub-menues to the hover function, but that did not make a difference. Any ideas on how to make this work please. thanks. Slava

[jQuery] $("option:selected", this).first(function(){})

2009-10-21 Thread slava
Hello, I am trying to extract value of a dropdown on select and use it in a function. Jquery has .each method to loop over matches, but I just need the first match. I could use each and break loop after first run, but there must be a better way.. $("#venue").change(function(){ $("opti

[jQuery] loading jquery

2009-01-20 Thread slava
Hi, I am loading jQuery from a script inside a page and need to execute next function right after jQuery loads. What would be the best way to do this? So far I have tried using a timer to check if jQuery == 'undefined'

[jQuery] Re: cross subdomain post

2008-03-28 Thread slava
You can use jquery to send your data to another domain with jsonp. more details here http://docs.jquery.com/Ajax/jQuery.getJSON On 27 мар, 18:52, techguy_75 <[EMAIL PROTECTED]> wrote: > I want to submit a form from a page on > a.mydomain.com > to another page on > b.mydomain.com > without reloadi

[jQuery] jsonp problems

2008-03-28 Thread slava
x27;someurl' } }; if fails... I've struggled with this all day trying all could think of with no luck so far. Please help me get this working. :) thank you Slava