[jQuery] best table plugin for large tables?

2009-08-17 Thread AstroIvan
I have approximately a 400-500 row table (2 of them) each with 12 columns of formatted content such as currency, percentage, name. I tried this with http://tablesorter.com but it can't seem to handle that much data. Does anyone have a good plugin for large data on the page? (and no not intereste

[jQuery] Re: has anyone come across a plugin like this ?

2008-11-13 Thread AstroIvan
I hear your pain. Working with java's front-end component frameworks suck and get in the way of productive javascript coding. On Nov 13, 1:28 pm, heysatan <[EMAIL PROTECTED]> wrote: > Sean, > > Thanks!  I really feel that's how web 2.0 should be used, minimally > and usefully.  I'll start workin

[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
.animate({ height: "toggle", opacity:"toggle" }, 1500);

[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
ok found a solution but not sure if it's the cause. when i add opacity to the animate function i posted above, the ie7 block does not disappear. maybe slideToggle removes opacity after it is finished? not sure. putting this info here so others might take advantage of it.

[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
.animate({ height: "toggle" }, 1500); also triggers the disappearing content block. I'll try to get a working html sample later that doesn't use the server side framework.

[jQuery] disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
Not sure what it's doing wrong, but slideToggle appears to have a negative affect on IE7 blocks. http://www.nabble.com/issue-with-slideToggle-td9984489s27240.html I was able to see this with Jquery 1.2.3. Does anyone know if it was fixed for 1.2.6? toggle successfully re-shows a div for all br

[jQuery] listening for dom changes?

2008-10-14 Thread AstroIvan
I have a set of functions I'd like to reapply if the dom changes. Example being a page section being refreshed and I need to reapply event listeners. I'm aware of the listen/intercept plugins, but it doesn't sound like they're exactly what I need. I typically do event delegation manually with 'i

[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
Welp, looks like I'm switching over to JSONP. Doesn't seem to be way around this... On Sep 5, 1:32 pm, AstroIvan <[EMAIL PROTECTED]> wrote: > I've isolated it to a document.domain issue. > > one js file is setting document domani to the second level. > a

[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
I've isolated it to a document.domain issue. one js file is setting document domani to the second level. ajax is attempting to use the full subdomain. for some reason this only is an issue in ff2. i'll find the fix and post it here for records. thanks!

[jQuery] firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
I'm trying to access an xml document via .ajax but it goes to the error handler... I get no properties in the errorThrown object, and the only clue I have is "textStatus" which tells me "parsererror" only. more clues: - if i directly access the xml document/request firefox can parse it fine and d

[jQuery] position iframe elements in parent document?

2008-09-03 Thread AstroIvan
I haven't tried this, but I'm wondering if this is even possible. Dragging a div from an iframe to somewhere outside of it. TIA!

[jQuery] Re: ajax queue/stack aka fifo/lifo

2008-07-17 Thread AstroIvan
k, abort,queue, synchronize) >  http://plugins.jquery.com/project/AjaxManager > >  AjaxQueue >  http://plugins.jquery.com/project/ajaxqueue > > Hope that helps. > > Karl Rudd > > > > On Thu, Jul 17, 2008 at 8:35 AM, AstroIvan <[EMAIL PROTECTED]> wrote: >

[jQuery] ajax queue/stack aka fifo/lifo

2008-07-16 Thread AstroIvan
Is jquery doing either of these by default? I haven't seen requests overwriting each other in my work, but I'm curious is this is manually handled or not even a problem these days with xhr.

[jQuery] Re: Validate plugin: RFC2822 compliant emails

2008-06-26 Thread AstroIvan
l free to contact me directly if you'd like more information on > this. > > On Jun 25, 11:11 am, AstroIvan <[EMAIL PROTECTED]> wrote: > > > > > Looks like the default email validation isn't of the correct version. > > My team is going with this as a cust

[jQuery] Validate plugin: RFC2822 compliant emails

2008-06-25 Thread AstroIvan
Looks like the default email validation isn't of the correct version. My team is going with this as a custom validator, but the validate plugin might want to update http://en.wikibooks.org/wiki/JavaScript/Best_Practices