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
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
.animate({
height: "toggle",
opacity:"toggle"
}, 1500);
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.
.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.
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
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
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
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!
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
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!
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:
>
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.
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
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
15 matches
Mail list logo