[jQuery] JQuery and Ajax

2009-05-13 Thread nat
Hi, I am working on adding asynchronous form submission inside a jquery dialog. I am using .ajax(). Everything is working correctly, but the submission takes longer than I would like. I am new to jquery and am unsure how to debug/optimize this. How do I determine if the lag is in the front or bac

[jQuery] Need help adding rows to JCarousel

2008-12-05 Thread nat
I am desperate to get rows added to JCarousel, I am a js novice so I have made many attempts to hack with css with no success. I am trying to create a carousel that shows 6 dates in 3 x 2 grid at a time. Any guidance as to how to add rows to JCarousel would be greatly appreciated. -n

[jQuery] jCarousel help making horizontal 3 x 2 grid

2008-11-17 Thread nat
it with jCarouselLite but would like to stay with JCarousel as I am having issues with jCarouselLite displaying properly in Safari. Please help! thanks, -nat

[jQuery] Re: Problem launching facebox in Safari

2008-05-16 Thread Nat
wrote: > Safari is pretty uncomfortable with javascript without semicolons at > the right places. > I've added "a few" in the facebox.js file and all seem to work > perfectly, at least on safari 3.1. Still trying to make it work on > Safari 2.0.3. > > On 1 Apr, 10:

[jQuery] Re: Problem launching facebox in Safari

2008-04-15 Thread Nat
aces. > I've added "a few" in the facebox.js file and all seem to work > perfectly, at least on safari 3.1. Still trying to make it work on > Safari 2.0.3. > > On 1 Apr, 10:48, Nat <[EMAIL PROTECTED]> wrote: > > > > > I have a site that I am building: &g

[jQuery] Problem launching facebox in Safari

2008-04-01 Thread Nat
I have a site that I am building: www.n-prize.com/test_platform/index.html I use Facebox all over the place on it in a re-styled form. In two places on the site ('Rules in Full' and 'Press') I have also placed the jQuery plugin 'serialScroll' inside it. You will see it scrolling through a list

[jQuery] Re: Fading images 'slow' on mouseover

2008-03-27 Thread Nat
Thanks for that Karl, I posted it on your site 1st and put it here aswell. Will look into it. Like your book by the way! On Mar 27, 1:53 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Nat, > > I provided an answer to the same question you posted here: > > http://www.le

[jQuery] Fading images 'slow' on mouseover

2008-03-27 Thread Nat
Hi there, Does anyone know of a way to have an image that when you rollover it, it fades into another image? Additionally, I would like the fade to be fast onmouseover and slow onmouseout. I have tried this lots of times and the issue that I keep getting is that I have to let the fades complete

[jQuery] Re: Tablesorter and event handlers on table rows

2007-11-09 Thread Nat Williams
Maybe I should have mentioned this, but in my case, I'm using hoverIntent, trying to write a sort of flyover context menu for each table row. Is the event object and it's target and so on available to me in the callback functions? I wish I actually knew what I was doing... Nat On N

[jQuery] Re: Tablesorter and event handlers on table rows

2007-11-08 Thread Nat Williams
Hi, I'm having essentially the same issue and have been tearing my hair out about it for a while now. Do you think you could elaborate on your workaround? At this point I've sort of lost all principles concerning awful hacks and just want to get this implemented. Thanks, Nat On N