Re: [jQuery] Next Div

2006-09-06 Thread Lipka, Glen








Of course, the second I give up and email the list, I
figure it out.  Sorry and Thanks!

 

    $("a.contactQuestion").toggle(function(){

      
$(this).next().slideDown("slow");

       },function(){

      
$(this).next().slideUp("slow");

       });

    return false;

 

> I am not sure if I should use E:first-of-type or
next().

> Thank you for the help!






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Next Div

2006-09-06 Thread Lipka, Glen








This is probably simple, but I keep messing it up.

 

I have a list of anchor links with hidden divs between
them.

I want to put a toggle on all of the  links to
open up the div which is right next to it.

 

This is the code snippet:

    $("a.questionLink").toggle(function(){

      
$("div.NEXTDIV").slideDown("slow");

      
},function(){

      
$("div. NEXTDIV").slideUp("slow");

      
});

 

I am not sure if I should use E:first-of-type or next().

Thank you for the help!

 

Glen






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Menu with SelectBox showing through

2006-09-01 Thread Lipka, Glen
>  It's the safest way to sniff IE...

What about 

if ($.browser.msie) {
//only for IE
}

Glen
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Menu with SelectBox showing through

2006-09-01 Thread Lipka, Glen
I am using jQuery for a drop down menu.  Currently, select boxes are showing 
through the menu.
On the date picker plugin, he appends an iFrame behind the menu.
Is this the best way or is there an easier way to achieve the desired effect?

Thanks,

Glen Lipka | Sr. UI Designer, WCG | Intuit Inc. | ext. 46435 | Cell: 
510.701.8203 

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Central Hosting of Latest File

2006-08-29 Thread Lipka, Glen








Have you considered using goggle projects (http://code.google.com/hosting/) to
host the central latest file and maybe related plugins?

The reason I mention it is because we can all benefit from
caching to load the file quickly.  Also, I think the popularity of jQuery is
going to grow and Google has pretty solid uptime.  Barring that, we could
host a file on our servers to use across our enterprise.

 

Congratulations on 1.0!  We should have some things
live in the next few months.  I haven’t been this psyched since CSS
first came out!

 

Glen Lipka | Sr. UI Designer, WCG | Intuit Inc. | ext. 46435 | Cell: 510.701.8203 

 






___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Moving up the DOM

2006-08-11 Thread Lipka, Glen

> Hm, spiffy, that does look like just what I'm looking for.  Thanks!
>
> Is that documentation page based on dev, beta, or latest?
>
> I'm fast getting the impression that the jQuery web site docs are well 
> out of date compared to the current version.  Is the temp link you 
> listed auto-generated?  It would be really nice to have auto-generated 
> docs built out of code comments (a la JavaDoc and PHPDocumenter) 
> available on the site for each of the main trees (dev, beta, latest).  
> Is there a Javascript equivalent for documentation?

That's exactly what I'm working on right now. The link that I sent you (which 
is temporary) is the documentation version of the SVN version of jQuery:
http://jquery.com/src/jquery-svn.js

This is built on the fly from the comments in the code - so it should always 
reference the most recent version of the code on the site.

--John

---

We have been researching frameworks and jQuery looks great to me so far.
I actually need the function described above as well.
I am little confused as to which version of jQuery I should use that matches 
the svn version.  (Without comments)
Is there a version history page?

Thanks to everyone! 

Glen Lipka | Sr. UI Designer, WCG | Intuit Inc. | ext. 46435 | Cell: 
510.701.8203

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/