[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread emichaellb
This is quite nice. thanks. btw, your linked page is untitled. emichael brandt

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Josh Nathanson
Yeah, really nicely done...I'll definitely use that if I ever have need for it. -- Josh - Original Message - From: Jack Killpatrick To: jquery-en@googlegroups.com Sent: Thursday, October 02, 2008 12:52 PM Subject: [jQuery] ANNOUNCE: jQuery listnav plugin Hi All, Today

[jQuery] Re: Slider within Tabs not working

2008-10-02 Thread Klaus Hartl
A search for slider tabs in this group finds the answer... use the offleft-technique to hide a tab. In your style sheet, search for the class selector .ui-tabs-hide and replace the rule with: .ui-tabs-hide { position: absolute; left: -1px; } HTH --Klaus On 2 Okt., 20:41, Sara

[jQuery] Superfish problem and solution

2008-10-02 Thread Jason Mayfield
When using Superfish to create a dropdown menu that dropped/faded in over the top of a Flash movie, I was having weird behavior on Firefox 2 on the Mac (and only that browser). Turns out to be a bug in the interaction between semi-transparent areas and Flash. In my case, when the menu faded in,

[jQuery] Re: chained select - IE mobile/iphone/Opera Mobile

2008-10-02 Thread [EMAIL PROTECTED]
Thanks for the update Richardo I assume its pretty much the same kind of thing for the other mobile browsers does anyone know a good mobile browser that has good javscript/ajax support? Cheers Jusin On Oct 3, 2:52 am, ricardobeat [EMAIL PROTECTED] wrote: Opera Mini, as it's name says, is

[jQuery] Re: Ui tabs spacing

2008-10-02 Thread wattaka
Thanks! On 2 Okt., 08:08, Klaus Hartl [EMAIL PROTECTED] wrote: Add an id of say login to the li element and add a left margin... #login {     margin-left: 200px; } --Klaus On 2 Okt., 06:59, wattaka [EMAIL PROTECTED] wrote: Hmm formatting was destroyed, here is another try Home  

[jQuery] Re: NEW PLUGIN (beta): ContextMenu

2008-10-02 Thread Josh Nathanson
WOW Matt, that looks dynamite. Some cool new plugins coming out! -- Josh - Original Message - From: Matt Kruse [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, October 02, 2008 3:50 PM Subject: [jQuery] NEW PLUGIN (beta): ContextMenu I've been

[jQuery] NEW PLUGIN (beta): ContextMenu

2008-10-02 Thread Matt Kruse
I've been working on a new Context Menu plugin. I know some exist, and I've used them, but I've always wanted something better. Here is mine: http://www.javascripttoolbox.com/lib/contextmenu/ This is at a pre-beta stage right now. Not ready to be used, but I would love to hear what people

[jQuery] Re: Bug with JQuery is?

2008-10-02 Thread Dave Methvin
Is there a reason, internally, why it would always return true instead of false? I agree it's not consistent, I'm not sure about why. Then again it's outside the domain of documented valid inputs. It would probably be better to just say the result is undefined for those cases so it could be

[jQuery] Re: Menu Problem with IE6

2008-10-02 Thread tom2008
Thanks For your help david, I will try and get back with the result. Thanks On Oct 3, 12:02 am, David Meiser [EMAIL PROTECTED] wrote: Looking briefly at the code I don't see the necessary suckerfish javascript.  The superfish js file only contains the code to extend the suckerfish script -

[jQuery] Re: NEW PLUGIN (beta): ContextMenu

2008-10-02 Thread Karl Swedberg
excellent work, Matt! --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 2, 2008, at 6:50 PM, Matt Kruse wrote: I've been working on a new Context Menu plugin. I know some exist, and I've used them, but I've always wanted something better. Here is mine:

[jQuery] Re: hover question

2008-10-02 Thread ricardobeat
The livequery plugin (http://brandonaaron.net/docs/livequery/) might help you. You only bind the hover function once for a selector, and all TR's subsequently added to the tables will have the event covered with no need to bind it again. And just so you know, this tbody.hover(function () {

[jQuery] Re: Fire bug error : too much recursion

2008-10-02 Thread Karl Swedberg
Hi Amardeep, Please note that the opacity range is from 0 to 1, so while using 1.9 might not result in an error, it probably should be avoided. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 2, 2008, at 3:09 AM, Amardeep wrote: thanx it works for

[jQuery] Re: Bug with JQuery is?

2008-10-02 Thread ricardobeat
It just doesn't make sense to use a child or sibling selector in a is() function. is() is dealing with a single element, it's a waste of resources to go back and look if it's inside something when you should have done that in the selector. I think returning true for complex selectores is a

[jQuery] Re: strange resize error with $(body).height()

2008-10-02 Thread ricardobeat
That's the way it works. Body or document refers to your page content. The window boundaries don't matter to it, it is always the same size (unless you change it). The body might change size after a page reload if you changed window size though. - ricardo On Oct 2, 6:16 pm, Robert Koberg

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Jack Killpatrick
Thanks, glad you like it and thanks for pointing out the lack of title on the page. I took care of that. :-) - Jack emichaellb wrote: This is quite nice. thanks. btw, your linked page is untitled. emichael brandt

[jQuery] Return Object + Wrapper

2008-10-02 Thread jkappers
I've got a bit of a problem. I'm attempting to wrap an element, and then retrieve the element + the new element added on wrap. For example: $(element).wrap(div); The wrap function will return $(element) again, but what if I want to include the div I just wrapped around $(element) into a new

[jQuery] Re: Return Object + Wrapper

2008-10-02 Thread Andronicus Riyono
On Fri, Oct 3, 2008 at 6:13 AM, jkappers [EMAIL PROTECTED] wrote: I've got a bit of a problem. I'm attempting to wrap an element, and then retrieve the element + the new element added on wrap. For example: $(element).wrap(div); The wrap function will return $(element) again, but what if I

[jQuery] Re: Menu Problem with IE6

2008-10-02 Thread tom2008
Hi David, Tried to add the function from http://www.htmldog.com/articles/suckerfish/dropdowns/ but i don't know how to add to superfish css, can you please help me with javascript, do i have to add anyother javascript file or css? Thanks On Oct 3, 10:15 am, tom2008 [EMAIL PROTECTED] wrote:

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Jack Killpatrick
Thanks Alexandre. I wondered how long it would take for someone to extract the demo url from the modal window and post it bare :-) ... I guess it's time for me to add a link to that to take folks back to the main info page. Thanks for the writeup! - Jack Alexandre Plennevaux wrote:

[jQuery] form post and link to new pages incredibly slow in Internet Explorer/Firefox

2008-10-02 Thread Nickname unavailable
Ok so I built a little site using $post and .empty to clear out content and replace it. This works well until I click a link or fill in a form that goes away from this page. If the link or form is the first thing I do then its much quicker but after refilling the page with about 10 $post events

[jQuery] Re: form post and link to new pages incredibly slow in Internet Explorer/Firefox

2008-10-02 Thread Nickname unavailable
Its a consistant 5 minutes before it will process the next page. It looks like a default timeout for processing requests is met and the browser can continue on to loading the next page. Is there a way I could reduce this timeout? because the page actually works. In FF2/3 and Safari this page

[jQuery] Re: List overload

2008-10-02 Thread Trans
On Oct 2, 4:46 pm, Rene Veerman [EMAIL PROTECTED] wrote: Trans wrote: I just want to point out that this list is so active that I simply can't keep up. I wonder if splitting the list into two or more lists based on some criteria would be advisable. Just a thought, trans. try a

[jQuery] Re: form post and link to new pages incredibly slow in Internet Explorer/Firefox

2008-10-02 Thread Nickname unavailable
GOT IT! I was using one of those .htc fixes for div/png transparency I took it out of the stylesheet and used the jquery png fix plugin and the problem worked out.

<    1   2