Re: [jQuery] Visual jQuery Announcement

2006-10-27 Thread Steve Ivy
Are we or are we not html/css/javascript wizards? Someone draw up an
alternate stylesheet for VjQ, and Yehuda can add a styleswitcher! :-)

--Steve

[EMAIL PROTECTED] | irc: monkinetic|redmonk



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


Re: [jQuery] get first and last

2006-10-17 Thread Steve Ivy
I'd try $('#theul li').get(0) and $('#theul li').get($('#theul
li').get().length) perhaps?

--Steve

[EMAIL PROTECTED] | irc: monkinetic|redmonk



>  Original Message 
> Subject: [jQuery]  get first and last
> From: "Rafael Santos" <[EMAIL PROTECTED]>
> Date: Tue, October 17, 2006 8:28 am
> To: "jQuery Discussion." 
> 
> hey, I am afraid ive forgotten how to get the first and the last element of a 
>  list inside a  how knows?? =)
>  
> -
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 


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


Re: [jQuery] Attach a Style Sheet

2006-10-10 Thread Steve Ivy
Glen,

I use a couple methods:

1) Add an empty LINK and the set the href in the script:

$('#mylinkid').attr('href', stylesheetpath);

2) probably better but a little longer:

$('head').append('')

I'm sure someone will chime in here and tell me I'm an idiot, at which
point I'll go fix my own code... :-)

--Steve

[EMAIL PROTECTED] | irc: monkinetic|redmonk



>  Original Message 
> Subject: [jQuery] Attach a Style Sheet
> From: "Glen Lipka" <[EMAIL PROTECTED]>
> Date: Tue, October 10, 2006 11:44 am
> To: "jQuery Discussion." 
> 
> Is there a simple way to attach a style sheet to the page in jQuery?
> 
> Thanks,
> 
> Glen
>  
> -
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 


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


Re: [jQuery] Plugin Rewrite: Accordion

2006-10-05 Thread Steve Ivy
Looks pretty good, Jörn. One thing I'd add somewhere in there is, after
expanding a section, set it's height to "". This was discussed on the
list a while back, and is necessary so the section will expand to
contain any dynamically added content.

--Steve

[EMAIL PROTECTED] | irc: monkinetic|redmonk



>  Original Message 
> Subject: [jQuery] Plugin Rewrite: Accordion
> From: "Jörn Zaefferer" <[EMAIL PROTECTED]>
> Date: Thu, October 05, 2006 1:14 am
> To: "jQuery Discussion." 
> 
> Hi folks,
> 
> instead of pointing Frank what he could change on his code, I gave it a try 
> for myself. You can see the result, yet badly documented, here: 
> http://www.joern.jquery.com/accordion/accordion.html
> 
> The behaviour should be exactly the same as the original. Is this worthy to 
> put it in the jQuery plugin repository?
> 
> -- Jörn
> -- 
> GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
> NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


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