[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
andre is > on the right track suggesting that you disable extensions. Then you > can re-enable them in groups until you whittle down the possible > offender(s). > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Apr 29, 2008, at

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
here. 99% > chances your FF extensions are somehow choking on the wiki code. Still, it > would be nice to know what causes the havoc so we can fix it. Thank you in > advance for your help on making the jquery wiki a better place to read :). > > > > On Tue, Apr 29, 2008 at 12:34

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
paste the url ? > > > > On Tue, Apr 29, 2008 at 12:09 PM, KnoxBaby <[EMAIL PROTECTED]> wrote: > > > Hello > > I'm using win XP SP2 with the following extensions: > > >http://img228.imageshack.us/img228/5880/zwischenablage02lj6.jpg > > > so th

[jQuery] Re: Broken Docs?

2008-04-29 Thread KnoxBaby
using FF2.0.0.14. What firefox > extensions are u using? Are you using Firebug? What's your OS ? > > > > On Tue, Apr 29, 2008 at 10:18 AM, KnoxBaby <[EMAIL PROTECTED]> wrote: > > > I just post the IRC log: > > > teaa: is it only me that has trouble w

[jQuery] Broken Docs?

2008-04-29 Thread KnoxBaby
I just post the IRC log: teaa: is it only me that has trouble with the jquery official wiki/ docs ... the examples don't display, instead the pages loads itselfs again in an iframe, this page again and so on and finally, my browser nearly crashes ... teaa: on some example-pages, it qworks, but ne

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
eleive that there has to be something before the >. The way it's set, > you're saying all img tags that are the child of nothing. > > jQuery('body > img', this).attr(alt); > > might be better, but I don't know what you're looking for precisely. > &g

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
Argh, 'alt' not alt :) On 24 Apr., 16:32, KnoxBaby <[EMAIL PROTECTED]> wrote: > If i use > > uid = jQuery(' > img', this).attr(alt); > > no more code after this line is being executed :( > > E.g.: > > [code] > $('table tr:eq(0)

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
x27;> img', this).attr(alt); uids[ i ] = uid; // Testoutput to the matched header-column $(this).append('#2'); } }); [/code] #1 is prepended, but #2 not :( And #1 only for the first even though there are more matched

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
ah ok cool, thanks so far. I'm gonna try this out! If anybody has more tipps on how to achieve my goal, just reply :) Thanks a lot!!! On 24 Apr., 10:38, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: > On Thu, Apr 24, 2008 at 3:31 AM, KnoxBaby <[EMAIL PROTECTED]> wrot

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
he content of the 'alt' attribute (which serves to be the UID)... Same with the tid ... On 24 Apr., 09:18, KnoxBaby <[EMAIL PROTECTED]> wrote: > I thought to do it perhaps this way: > > -First read the header (columns). Thererfor, I have to provide > something like in

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread KnoxBaby
since I don't know much about it :( On 23 Apr., 22:13, KnoxBaby <[EMAIL PROTECTED]> wrote: > Hello, > > I have a big table. It has a header on the right side (dates) and on > the top (names of persons). > Each date has an ID (tid) and each person an user-id (u

[jQuery] jQuery to create dynamic HTML-Content in a table

2008-04-23 Thread KnoxBaby
Hello, I have a big table. It has a header on the right side (dates) and on the top (names of persons). Each date has an ID (tid) and each person an user-id (uid). This table is generated in PHP: http://img117.imageshack.us/img117/7624/zwischenablage02ow0.jpg (Table Layout) Each user can set fo

[jQuery] Re: jQuery Plugin to show Table Headers always?

2008-02-05 Thread KnoxBaby
Shall I explain better what I mean or does nobody know an answer? Thanks! On 2 Feb., 13:14, KnoxBaby <[EMAIL PROTECTED]> wrote: > Hello, > > I have a very big table with many rows and columns. The first row and > the first column contain some titles/descriptions. Is there a jqu

[jQuery] jQuery Plugin to show Table Headers always?

2008-02-02 Thread KnoxBaby
Hello, I have a very big table with many rows and columns. The first row and the first column contain some titles/descriptions. Is there a jquery plugin, that always shows the first column and the first row when I scroll to much to the right and/or bottom so that it they couldn't be seen anymore

[jQuery] Re: Problem with cluetip using ajax displays an empty tooltip!

2008-01-20 Thread KnoxBaby
that your ajax.html is not a well-formed > document. It has nothing in it but text and a single . Try > making it a real HTML document and put the text inside the > element. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > O

[jQuery] Problem with cluetip using ajax displays an empty tooltip!

2008-01-19 Thread KnoxBaby
Hello, I have set up a test page here: http://www.jahlabs.de/jquery/test3/um/ When you hover over the to icons in the column "data", the tooltip is being showed but there is no content. If I remove the file that should be loaded by ajax (http://www.jahlabs.de/jquery/test3/um/ajax.html), I see t

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-15 Thread KnoxBaby
Can anybody help me out? Thanks! On 7 Jan., 14:01, KnoxBaby <[EMAIL PROTECTED]> wrote: > Hello, > > look at this page: > > http://www.jahlabs.de/jquery/test2/ > > I'm using validaiton plugin to validate the form, but there is the > following weird behaviour

[jQuery] Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-07 Thread KnoxBaby
Hello, look at this page: http://www.jahlabs.de/jquery/test2/ I'm using validaiton plugin to validate the form, but there is the following weird behaviour: When I write something to the textbox and click on submit, the error occurs that I have to insert at least 5 characters (even though I hav

[jQuery] Re: Question about the mailinglist

2008-01-06 Thread KnoxBaby
Hello, I think I found the necessary option: When I click in the topic on "options" and there on "send updates to me" I think I'll get a mail about new statements :) On 31 Dez. 2007, 02:46, "Jeferson Koslowski" <[EMAIL PROTECTED]> wrote: > The mailing list itself does not provide this feature, bu

[jQuery] Re: Problems with clueTip

2008-01-06 Thread KnoxBaby
Sorry for asking again, but perhaps you overread that there's again a question at the end of my statement when I already said that everything works fine: Is it possible to show the tooltip a little bit faster in IE and with the fade effect??? On 1 Jan., 12:36, KnoxBaby <[EMAIL P

[jQuery] Re: Problem with tablesorter

2008-01-02 Thread KnoxBaby
got it to work with the version of metadata that comes with the release from tablesorter.com! On 1 Jan., 13:45, KnoxBaby <[EMAIL PROTECTED]> wrote: > Hello, > > after a long discussion with karl about cluetip (http:// > groups.google.com/group/jquery-en/browse_thread/thread/

[jQuery] Re: Selecting a certain field of a table

2008-01-02 Thread KnoxBaby
mhm, that's a good idea, thanks so far. perhaps somebody else knows a plugin or a script already done for that ... I just think about a solution for columns ... I think about that: - on click: read out which column of the head it is (let's say the fourth), - go through all tr's (.each()) and s

[jQuery] Re: my new plugins

2008-01-01 Thread KnoxBaby
what's the advantage of your tabs plugin to this one: http://stilbuero.de/jquery/tabs_3/ (styling, loading from divs/ajax etc)??? On 1 Jan., 01:35, Eridius <[EMAIL PROTECTED]> wrote: > Here is a demo of them > > http://www.kaizendigital.com/test/codereck_javascript.php > > Current these are the

[jQuery] Selecting a certain field of a table

2008-01-01 Thread KnoxBaby
Hello, is there a plugin that provides the follwing functionality: I have a very big row and now I want that I can click one header- column and than the complete collumn has a background color let's say yellow and when I click optionaly a header-row, than all fields of this row get also a new ba

[jQuery] Re: Problems with clueTip

2008-01-01 Thread KnoxBaby
}); > > Actually, hideLocal is set to true by default, so you don't need that > line at all. If you remove the line, however, make sure you remove the > trailing comma after local: true as well. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.l

[jQuery] Re: Question about the mailinglist

2007-12-30 Thread KnoxBaby
Sorry for bumping ... but I think there's somebody who knows it?? Thanks a lot! On 23 Dez., 00:44, KnoxBaby <[EMAIL PROTECTED]> wrote: > I mean, I don't want to get only one mail a day or always, when > somebody writes something but always, when somebody writes an answer

[jQuery] Re: Problems with clueTip

2007-12-29 Thread KnoxBaby
Still the problem: http://www.jahlabs.de/jquery/test/ In IE: Tooltips and confirm message bug still not working :( On 26 Dez., 01:45, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Dec 24, 2007, at 5:41 PM, KnoxBaby wrote: > > > > > Hello, > > > thanks for your

[jQuery] Re: cluetip issue

2007-12-28 Thread KnoxBaby
yeah and what was the problem??? On Dec 27, 8:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Solved sorry > was my stupid error > > Andrea > > On Dec 27, 12:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hi , > > > i am using teh following code > > > $('.cfjq_cluetip').clu

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
s/metadata/2.0/jquery.m... > > --Karl > _ > Karl Swedberg > > On Dec 24, 2007, at 4:23 AM, KnoxBaby wrote: > > > > > WOW thanks, I try this ... the problem is: I need metadata plugin for > > the table sorter to work correctly :( Do you think there

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
ng [object object]. > > Thanks, and sorry about the hassle. > > --Karl > _ > Karl Swedberg > > On Dec 23, 2007, at 5:36 PM, KnoxBaby wrote: > > > > > oh I missed the link to my site: > >http://www.jahlabs.de/jquery/test/ > > > On

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
E yet, but firefox > stopped displaying [object object]. > > Thanks, and sorry about the hassle. > > --Karl > _ > Karl Swedberg > > On Dec 23, 2007, at 5:36 PM, KnoxBaby wrote: > > > > > oh I missed the link to my site: > >http://www.ja

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
data plugin from the page and testing again? Also, might as well > remove jtip.js, just in case. I haven't tested in IE yet, but firefox > stopped displaying [object object]. > > Thanks, and sorry about the hassle. > > --Karl > _ > Karl Swedberg > &

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
ve jtip.js, just in case. I haven't tested in IE yet, but firefox > stopped displaying [object object]. > > Thanks, and sorry about the hassle. > > --Karl > _ > Karl Swedberg > > On Dec 23, 2007, at 5:36 PM, KnoxBaby wrote: > > > > >

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
remove jtip.js, just in case. I haven't tested in IE yet, but firefox > stopped displaying [object object]. > > Thanks, and sorry about the hassle. > > --Karl > _ > Karl Swedberg > > On Dec 23, 2007, at 5:36 PM, KnoxBaby wrote: > > > > > oh I

[jQuery] Re: Filter out innerhtml of div #id

2007-12-24 Thread KnoxBaby
ahh, this would be a nice idea, than it would work like the code is on the page itself :) I try this, thanks :) On Dec 24, 1:21 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Are you trying to get it while its in the variable? Maybe put the html into > a dom element first, like > > $("div#someHid

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
oh I missed the link to my site: http://www.jahlabs.de/jquery/test/ On 23 Dez., 22:39, KnoxBaby <[EMAIL PROTECTED]> wrote: > Thanks again for your great support and help, but it doesn't fix my > prob :( > Again my site: > > it's the newest jquery file and cluetip

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
ight give you > some ideas:http://grover.open2space.com/node/191 > > I'm planning to package up the last month's improvements/bug fixes > into a new release within the next few days. In the meantime, if you > want to grab the version from svn, feel free. > > http:/

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
OK I have a test page online: http://www.jahlabs.de/jquery/test/ there are the following probs: -In IE it shows sometimes in the status bar "errors on the page", and sometimes not ... I'm a little bit confused ... -In Firefox, Tooltips are shown correctly if I use title="" attribute and spitTit

[jQuery] Re: Question about the mailinglist

2007-12-22 Thread KnoxBaby
I mean, I don't want to get only one mail a day or always, when somebody writes something but always, when somebody writes an answer to one of my "topics" :) On 22 Dez., 17:48, psy* <[EMAIL PROTECTED]> wrote: > Hello, > is it possible to receive only responds to questions that I asked in the > ma

[jQuery] Re: Avoid double submit by disabling submit button causes problem in IE

2007-12-22 Thread KnoxBaby
yeah that would probably work but it would be much nicer if I wouldn't have to do any changes in the html directly because there are really really many forms, any advise?? shall I first replace the submit button with such a button and than use your code or is this a rather dirty way to do it and i