[jQuery] Re: Can jQuery do it again and again?

2008-09-30 Thread thelemondropkid
;t you try one of the existent 'rounded corners' > implementations? I haven't had much success with them, but who > knows :) > > http://www.html.it/articoli/nifty/index.htmlhttp://www.curvycorners.net/http://www.editsite.net/blog/rounded_corners.htmlhttp://www.phatfusion.net/roun

[jQuery] Re: Horizontal Splitter problem in IE with percentage heights

2008-09-29 Thread thelemondropkid
Have you tried giving the splitter a css rule like this: * html div#myTestSplitter { height:100%;} Not sure why you would want to have a slitter that is 100% in height though. Q. On Sep 29, 9:13 am, "alee amin" <[EMAIL PROTECTED]> wrote: > Hi, > I have a strange problem that exists only in IE.

[jQuery] Re: Can jQuery do it again and again?

2008-09-29 Thread thelemondropkid
ot;div.box").each(function() { >           $("div.box> *").wrapAll(''); >           $("div.box").append(''+' class="tr">'+''+' div>'); >      }); > > }); > > What exactly are you trying t

[jQuery] Can jQuery do it again and again?

2008-09-26 Thread thelemondropkid
Thanks to the help I have received on this group, I am making progress. But now that all is working fine, the question beckons: Can jQuery do it all over again? This is my code: some header Lorem ipsum dolor sit amet. And the jQuery: $(document).ready(function(){ $("div.

[jQuery] Re: wrap function

2008-09-26 Thread thelemondropkid
Good greef Samy! That works like a charm - I did not think it´s that simple. Thanks a million. Q. On Sep 26, 3:18 pm, "Mauricio \(Maujor\) Samy Silva" <[EMAIL PROTECTED]> wrote: > Use wrapAll() method. > > Maujor > > -Mensagem Original- > De: &

[jQuery] wrap function

2008-09-26 Thread thelemondropkid
I´m stuck, please help! My code: some header Lorem ipsum dolor sit amet The jQuery: $(document).ready(function(){ $("div.box-two > *").wrap(''); }); The idea is to 'wrap' the , and the with a single . The problem I have is that ALL the elements are individually wrap

[jQuery] Printing a list of links from a blog

2008-04-25 Thread thelemondropkid
This might not be possible but worth asking. This is the concept: I would like jQuery to print a list of blog entry titles inside a div that gets the contents from a WordPress blog. The link in the div, when clicked, must take the user to the blog entry - not to mention that the list of links i