[jQuery] Re: IE8 & BlockUI incompatible

2009-03-23 Thread dfd
Mike, your page fails for me with "not implemented" > Nicht implementiert jquery.blockUI.js?v2.16, line 227 character 17 on Win XP Pro w/ SP3 and IE8 Regards, Frank On 20 Mrz., 22:10, Mike Alsup wrote: > > > This eliminates the exception, but the placement of the floating content > > > is > >

[jQuery] Re: Using JSONP...I'm clueless.

2007-12-28 Thread dfd
Why not use getJSON? >From the docs http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback As of jQuery 1.2, you can load JSON data located on another domain if you specify a JSONP callback, which can be done like so: "myurl? callback=?". jQuery automatically replaces the ? with the correct

[jQuery] [S] Truncate textstring / result plaintext string

2007-12-04 Thread dfd
Hi, i was looking how to truncate a simple textstring (no tags), ie. "This string is too long" to "This string" with a simple call var newString = $(xyz).truncate(minlength, maxlength, atlength, array(".", ",", "-", "(", ")", ...); which will cut the string at the position a char from array exist

[jQuery] Re: Bug in jquery 1.2.1 .text() with Opera 9.x?

2007-11-20 Thread dfd
it seems that not the text-method is wrong, but how Opera handles 503- errors (bad request) The other brwosers return the php echo'd string in the xmlhttp-object as responseText, but Opera not. Sorry ;-) On 20 Nov., 13:10, dfd <[EMAIL PROTECTED]> wrote: > Hi. > > I hav

[jQuery] Bug in jquery 1.2.1 .text() with Opera 9.x?

2007-11-20 Thread dfd
al i would prefer the .text method, since its easy to use. TIA, frank aka dfd

[jQuery] Guess who is using jquery, too?

2007-11-02 Thread dfd
Take a look at the source from http://code.google.com :-) Regards, frank

[jQuery] compressed blockui

2007-05-27 Thread dfd
i've downloaded blockui. Nice work, but it want not to be compressed because of a missing colon on line 199. Mike, maybe you can fix it up? Regards, frank aka dfd

[jQuery] Re: Sortables: configurable display-style?

2007-05-01 Thread dfd
27;ve not tried very hard...) So maybe one of the developers will see the need of this. Regards, frank aka dfd On 30 Apr., 16:41, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Frank, > > >> i noticed that Sortables always appends a inline-style w

[jQuery] Re: Sortables: configurable display-style?

2007-04-30 Thread dfd
Nobody? On 29 Apr., 11:42, dfd <[EMAIL PROTECTED]> wrote: > Hello group, > > i noticed that Sortables always appends a inline-style with hard-coded > displaystyle 'block' , at least for div's, to the dragged object. > Grmpf. Not very usable when your d

[jQuery] Sortables: configurable display-style?

2007-04-29 Thread dfd
float_left, so does Firefox 2 with table- row and table-cell... Other browsers than that i have not tested. Any comments? Best regards, frank aka dfd