Re: [jQuery] Select third column of the table

2007-01-12 Thread Erik Beeson
I'm no expert, but it seems $('tr td:eq(2)') is like select the third td that is a child of tr. Whereas $('tr').find('td:eq(2)') is like for each tr, select the third td. It sounds like the second one is what you want. --Erik On 1/11/07, Jacky [EMAIL PROTECTED] wrote: Dear all, If I want to

Re: [jQuery] Select _other_ elements (with a specific class) in same tr

2007-01-12 Thread jazzle
Thanks for your thoughts Brian, fortunately the answer from Wycat works perfectly. I wanted to use Radio-buttons at first, but it seems that it is impossible to return a group to having none-selected. Citrus wrote: jazzle, You're going to have to code your way out of this one.

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-12 Thread David Duymelinck
Olaf Bosch schreef: David Duymelinck schrieb: What about this? With the #text a links your own links don't show the favicon in FF2 and IE7 :) it's a feature, no Favicon with *intern* links, this Script is for external Links The last 2 Links are to my domain, for

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Andrea Ercolino
Christof Donat wrote: Just a guess: Have you tried to use an absolute URL, or at leas an absolute path here? Maybe Firefox interprets that relative to the current HTML page and IE interprets it relative to the js. Then IE tries to load packages/packages/jquery.js where Firefox loads

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Christof Donat
Hi, Just a guess: Have you tried to use an absolute URL, or at leas an absolute path here? Maybe Firefox interprets that relative to the current HTML page and IE interprets it relative to the js. Then IE tries to load packages/packages/jquery.js where Firefox loads packages/jquery.js.

Re: [jQuery] radio buttons, label and double fired functions - thanks

2007-01-12 Thread Bruce MacKay
Thanks Aaron for the solution and explanation - my problem is now fixed and I understand how/why. Cheers, Bruce At 08:10 p.m. 12/01/2007, you wrote: On 1/12/07, Aaron Heimlich mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: And anyway, when you click on a label, the element it's associated

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Andrea Ercolino
Christof Donat wrote: Hm, that is strange. can you please check, if the testsuite at jquery.org works correctly with IE for you? It uses exactly the compressed package.js that is also available for download. Which testsuite? What URL? -- View this message in context:

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Christof Donat
Hi, Which testsuite? What URL? Look at http://www.jspax.org/test/ Christof ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Andrea Ercolino
Christof Donat wrote: Which testsuite? What URL? Look at http://www.jspax.org/test/ FF, OK. IE, KO: http://www.nabble.com/file/5605/jspax.png -- View this message in context: http://www.nabble.com/dynamic-loading-of-jquery.js-into-my-web-page-tf2905089.html#a8296718 Sent from the

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Christof Donat
Hi, http://www.jspax.org/test/ FF, OK. IE, KO: Hm, It workes for me. I'll see if I can find something strange around the point, the error message suggests. Christof ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. Only problem that might arise is that the new clip div displays a non integer number of items (say 6 and a half or another) and this might not be what you're looking for. I suggest

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-12 Thread Olaf Bosch
David Duymelinck schrieb: Ok i will stop posting at the end of the day :) anyway nice plugin in, i like it better then showing an icon that users can interpret differently but what happens if a site doesnt have a favicon? If i look at your code nothing will happen. maybe you could add an

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread agent2026
I like the sound of that. Do you have an example we could see? Adam Abel Tamayo wrote: I raised the question and found the answer too. All you have to do is resize the div with class jcarousel-clip. -- View this message in context:

[jQuery] form.js jorn's validation

2007-01-12 Thread Gerry Tucker
Hi all... again!!! I know this is down to my only general knowledge of javascript but I'm trying to use Jorn's validation plugin, and I assumed I would need to use the form.js plugin as well. My VERY simple problem is how to do this, because so far I have only managed to validate the form

Re: [jQuery] jCarousel: Change number of images displayed

2007-01-12 Thread Abel Tamayo
I still haven't published the page I'm working on, but I'll post to this same thread as well as in the jQuery powered sites one. But believe me, it works and it's not hard at all if I was able to figure it out. All you need for this kind of debugging is Firebug http://getfirebug.com. On 1/12/07,

Re: [jQuery] Look Ma no IMG-tag - FaviconLinkMarker Beta3 out

2007-01-12 Thread Sam Collett
On 12/01/07, Olaf Bosch [EMAIL PROTECTED] wrote: David Duymelinck schrieb: Ok i will stop posting at the end of the day :) anyway nice plugin in, i like it better then showing an icon that users can interpret differently but what happens if a site doesnt have a favicon? If i look at your

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Kelvin Luck
Christof Donat wrote: Hi, http://www.jspax.org/test/ FF, OK. IE, KO: Hm, It workes for me. I'll see if I can find something strange around the point, the error message suggests. Christof For me on IE 6 it pops up a message saying This page is accessing information that is not under

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Christof Donat
Hi, http://www.jspax.org/test/ FF, OK. IE, KO: Hm, It workes for me. I'll see if I can find something strange around the point, the error message suggests. Christof For me on IE 6 it pops up a message saying This page is accessing information that is not under its control.

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Francisco Brito
I did some research a few months back about uploading files using Ajax. What I've found is that with IE you need an ActiveX object with special permissions and in FX you need something else entirely. I didn't look into other browsers but I'm under the impression there's nothing for those at all.

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Klaus Hartl
Roberto Ortelli schrieb: Dear all, We've made an ajax upload form attaching multiple files. Now, we would like that the user can stop the attaching process of file by clicking on a link. How can we kill an ajax call with jQuery? If you use $.ajax for your remote calls it returns the XHR

[jQuery] Dimensions .offset() method *UPDATE*

2007-01-12 Thread Brandon Aaron
Okay so I've gotten some good feedback on the new offset method and have made some additional changes to make the method a little more flexible to people's needs. The offset method signature has changed and now takes an options hash as the first param and a return object as the second param. The

Re: [jQuery] radio buttons, label and double fired functions - thanks

2007-01-12 Thread Aaron Heimlich
On 1/12/07, Bruce MacKay [EMAIL PROTECTED] wrote: Thanks Aaron for the solution and explanation - my problem is now fixed and I understand how/why. I'm happy I could help. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

Re: [jQuery] Big problem with jquery and IE, Opera

2007-01-12 Thread James Thomas
Difficult to determine why without an example of the failing code. WaM wrote: Hi, It's my first day and I already have a problem for you. I make a website, using Jquery librairies and Symfony Framework. Before today, I only test my website on Firefox. But today, I tried with Opera

[jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread jacmaes
I'm using the slideToggle effect to hide or show content when a user clicks on a link. It is easy to achieve with the following code: HTML CODE: h4Click to toggle content/h4 div style=display:none ptoggled content/p /div JAVASCRIPT CODE: $(function() { $(h4).click(function() {

Re: [jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread Brandon Aaron
Sure ... just hide it in the DOM Ready event. $(function() { $(h4).click(function() { $(this).next().slideToggle(); }).next().css('display', 'none'); }); -- Brandon Aaron On 1/12/07, jacmaes [EMAIL PROTECTED] wrote: I'm using the slideToggle effect to hide or show

Re: [jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread jacmaes
Thanks a million, Brandon. Boy, that was much easier than I thought. If only I had taken the time of reading the docs... Sure ... just hide it in the DOM Ready event. $(function() { $(h4).click(function() { $(this).next().slideToggle(); }).next().css('display',

Re: [jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread Yehuda Katz
As a side note, that technique could be used as a black-hat SEO trick so it's possible google will account for it at some point. -- Yehuda On 1/12/07, jacmaes [EMAIL PROTECTED] wrote: Thanks a million, Brandon. Boy, that was much easier than I thought. If only I had taken the time of reading

Re: [jQuery] Big problem with jquery and IE, Opera

2007-01-12 Thread Yehuda Katz
I believe that Symfony requires submit tags to have name=submit. In IE, form element names become methods of the form, so the submit tag would be form.submit. That's all well and good, until you try to do form.submit() (since the submit method has been overriden). Is that possibly the issue?

Re: [jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread Karl Swedberg
On Jan 12, 2007, at 12:18 PM, Brandon Aaron wrote: Sure ... just hide it in the DOM Ready event. $(function() { $(h4).click(function() { $(this).next().slideToggle(); }).next().css('display', 'none'); }); You can achieve the same effect as .css('display', 'none')

Re: [jQuery] Jquery SlideToggle Effect and SEO issue?

2007-01-12 Thread mrkris
$('#whatever').hide() if I'm not mistaken. On Jan 12, 2007, at 9:10 AM, jacmaes wrote: I'm using the slideToggle effect to hide or show content when a user clicks on a link. It is easy to achieve with the following code: HTML CODE: h4Click to toggle content/h4 div style=display:none

Re: [jQuery] dynamic loading of jquery.js into my web page

2007-01-12 Thread Aaron Heimlich
On 1/12/07, Christof Donat [EMAIL PROTECTED] wrote: Erm, yes. I just found that one. It was just trying to fetch the packages from http://jspax.cdonat.de/test/. I have changed that to /test/ now. On the Server jspax.cdonat.de, jspax.org, jspax.de and jspax.com are the same directory. I know

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Matt Grimm
Klaus -- brilliant! The abort method on the XHR object absolutely works. I've been searching for that functionality without success, so thanks very much for the tip. m. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Friday, January

[jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Jonathan Sharp
I finally got around to finishing the pages and packaging the plugin last night. Enjoy! http://jdsharp.us/code/jQuery/plugins/jdMenu/ Cheers, -Jonathan ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Andy Matthews
Nicely done... This might be a setting you've got on the menu, but it doesn't seem very responsive. It's almost a whole second of wait onmouseover for the menu to popup. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Sent: Friday, January 12, 2007 12:27

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Mike Alsup
I finally got around to finishing the pages and packaging the plugin last night. Enjoy! Excellent work , Jonathan! Note that the compatibility plugin is necessary for use with jQuery v1.1. Mike ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Mike Alsup
Nicely done... This might be a setting you've got on the menu, but it doesn't seem very responsive. It's almost a whole second of wait onmouseover for the menu to popup. Yeah, it's 500ms which is a bit sluggish for my liking as well. Just mod the file if you want something different. I set

Re: [jQuery] domain redirection vs same content - Was: dynamic loading of jquery.js into my web page

2007-01-12 Thread Christof Donat
Hi, I know this is completely off topic (and I apologize for it), but, IIRC, it's really bad for SEO (Search Engine Optimization) to have identical content at multiple URLs because then they begin competing with each other for rankings. Unless each domain has a separate purpose, (like mirrors

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Andy Matthews
Okay. I figured that it was a setting. Other than that (which can be changed) this is excellent work. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Friday, January 12, 2007 12:56 PM To: jQuery Discussion. Subject: Re: [jQuery]

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Brandon Aaron
Cool. You could reduce your own code by using the bgiframe plugin found in SVN instead of messing with it yourself. It is okay to have a dependency on a few plugins ... especially if it is something that other plugins use and not to mention in the developers own custom code. If every plugin

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Klaus Hartl
Matt Grimm schrieb: Klaus -- brilliant! The abort method on the XHR object absolutely works. I've been searching for that functionality without success, so thanks very much for the tip. Great! I wonder if the complete or maybe error callback is still triggered? -- Klaus

[jQuery] Height of images on page load.

2007-01-12 Thread Abel Tamayo
Ok. I give Up. I need to know the height of certain images in my page to be able to format it and I've tried several workarounds like this function that I call right before my verJustify() function (yeah, a function that lets me justify vertically all divs in my page, just like the plug in): /**

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Allan Mullan
Hey Jonathan, I just tried to download the zip (top link under the 1.1 release) but it's a broken link...? Allan Jonathan Sharp wrote: I finally got around to finishing the pages and packaging the plugin last night. Enjoy! http://jdsharp.us/code/jQuery/plugins/jdMenu/ Cheers,

[jQuery] Dylan Verheul's Autocomplete Mod...

2007-01-12 Thread Dan G. Switzer, II
I needed some modifications to the autocomplete library that Dylan Verheul released, and I wanted to share the modded library: http://www.pengoworks.com/workshop/jquery/autocomplete.htm Here are some of the things I fixed/changed: * Supports local data array (can now use w/out AJAX). * Limit

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Christopher Jordan
Ditto. I'd love to use it in a project I'm working on right now. :o) Chris Allan Mullan wrote: Hey Jonathan, I just tried to download the zip (top link under the 1.1 release) but it's a broken link...? Allan Jonathan Sharp wrote: I finally got around to finishing the pages and

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Jonathan Sharp
Fixed! I had renamed it to jdMenu-1.1.zip... -js On 1/12/07, Allan Mullan [EMAIL PROTECTED] wrote: Hey Jonathan, I just tried to download the zip (top link under the 1.1 release) but it's a broken link...? Allan Jonathan Sharp wrote: I finally got around to finishing the pages and

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Jonathan Sharp
Ah thanks! I'll have to update that. I haven't had time to test with 1.1yet. I'll see if I can refactor it this weekend. -js On 1/12/07, Mike Alsup [EMAIL PROTECTED] wrote: I finally got around to finishing the pages and packaging the plugin last night. Enjoy! Excellent work , Jonathan!

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Jonathan Sharp
Yeah, it's an internal setting. People were frustrated with accidentally flipping menues, so I had it delay slightly. You can also click on a menu to activate it. Also clicking anywhere in the document will hide all menu's. I'm going to add support for passing options in. -js On 1/12/07, Andy

Re: [jQuery] [plugin] jdMenu - Finally Released!

2007-01-12 Thread Jonathan Sharp
I'd be very interested in that. Have to run, I'll write more about this shortly... -js On 1/12/07, Brandon Aaron [EMAIL PROTECTED] wrote: Cool. You could reduce your own code by using the bgiframe plugin found in SVN instead of messing with it yourself. It is okay to have a dependency on a

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-01-12 Thread Dylan Verheul
I have't actually looked at the code, but it's nice to see that the autocompleter is still being used and improved upon. One thing: * Autofill pre-populates text box as you type This probably won't work if you allow searching within a string, and not just at the beginning of the string. Best,

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Matt Grimm
I can confirm that at least the error callback is indeed triggered, and the XHR object passed into it is missing the status property.. interesting. m. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Friday, January 12, 2007 10:24 AM

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-01-12 Thread Dan G. Switzer, II
Dylan, You're correct. It also doesn't work very well if you're displaying the drop down options in a drastically different way then the autocomplete box is being filled in. However, it's a nice feature if you've got a very straightforward match. Also, on a somewhat related note, what I've been

Re: [jQuery] Q: Extending Autocomplete Plugin...

2007-01-12 Thread Rey Bango
Holy cow, Dan. I didn't know you were using jQuery! Welcome man. Great to see another CF'er over here. Rey Dan G. Switzer, II wrote: I'm relatively new to jQuery. I've been playing around w/the API a bit and slowly implementing it into some work. Today I've been making some modifications

[jQuery] Height of images on page load ¿how?

2007-01-12 Thread Abel Tamayo
Ok. I give Up. I need to know the height of certain images in my page to be able to format it and I've tried several workarounds like this function that I call right before my verJustify() function (yeah, a function that lets me justify vertically all divs in my page, just like the plug in): /**

[jQuery] Tabs plugin: little (but still important) update

2007-01-12 Thread Klaus Hartl
Hi jQuerians, just wanted to let you know, that I have checked in a little - but regarding the comments on my blog still important - update. It's now possible to hide all tab content *before* tab initialization so to avoid a more or less annoying flash of content. You could just put that into

[jQuery] error using jdMenu.js

2007-01-12 Thread Stefan Kilp [sk-software]
hi, try to use jdMenu with jquery-1.1b.js i receive an error: $(this[0]).ancestors is not a function in jquery.jdMenu.js (Line 28) [firebug] script type=text/javascript src=js/jquery-1.1b.js/script script type=text/javascript src=js/jquery.jdMenu.js/script script

[jQuery] jQuery 1.1 migration, traduction fran çaise (French translation)

2007-01-12 Thread Fil
Hi, I just translated John's blogs about 1.1 into French. Salut je viens de traduire les blogs de John à propos de la version 1.1 http://www.jquery.info/spip.php?article30 -- Fil ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] error using jdMenu.js

2007-01-12 Thread Mike Alsup
try to use jdMenu with jquery-1.1b.js i receive an error: $(this[0]).ancestors is not a function in jquery.jdMenu.js (Line 28) Um, you quoted the answer to your own question. Excellent work , Jonathan! Note that the compatibility plugin is necessary for use with jQuery v1.1.

[jQuery] jScrollPane updated

2007-01-12 Thread Kelvin Luck
Hi, My jScrollPane plugin has been updated. It now uses the newest versions of the dimensions and mousewheel plugins and has also been tweaked so the mousewheel behaves optimally in nested panes: http://kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html (see the full body scroll page

[jQuery] Retriving actual height of element in IE *and* FF

2007-01-12 Thread Dan Atkinson
Hey there! I'm currently doing some jQuery work on my blog which involves some a bit of code to handle internal link clicks (same domain, not #) which will change anything in the main content div: * Sets the height of the main content div to the current height * Fadeout the child elements

Re: [jQuery] Retriving actual height of element in IE *and* FF

2007-01-12 Thread Brandon Aaron
Try using .height(). It will return the computed height value in pixels as in integer. -- Brandon Aaron On 1/12/07, Dan Atkinson [EMAIL PROTECTED] wrote: Hey there! I'm currently doing some jQuery work on my blog which involves some a bit of code to handle internal link clicks (same domain,

Re: [jQuery] Retriving actual height of element in IE *and* FF

2007-01-12 Thread Dan Atkinson
I think using innerHeight in dimensions overcomes this one. Cheers. Dan Atkinson wrote: Hey there! I'm currently doing some jQuery work on my blog which involves some a bit of code to handle internal link clicks (same domain, not #) which will change anything in the main content div:

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-01-12 Thread Michael E. Carluen
Rey, http://www.nameourapp.com I just came across this site. I won't take any credit for this because its not mine. But I have not noticed this sent thru the list. The site uses jQuery in various areas (Thickbox, form validation etc)... and they do have a pretty creative marketing campaign, I must

[jQuery] State of IE 5.5 compatibility

2007-01-12 Thread Steve Owsinski
Hey everyone, I recall a while back that jQuery was stated as compatible with IE 5.5. I see on the new docs.jquery.com wiki that it has known problems. Is there a place that documents any of these issues? Primarily, I'm wondering if most of the basic functionality works with 5.5 (it does as far

[jQuery] Can this be written better (newbie alert)

2007-01-12 Thread Dr. Tarique Sani
Hello All, Just about getting feet wet with jQuery, wrote a simple function which fills an input field with text of the link clicked after sorting the comma separated values. It is working as expected but would like to know if it can be made more comprehensive. $(document).ready( function(){

Re: [jQuery] Dylan Verheul's Autocomplete Mod...

2007-01-12 Thread Dylan Verheul
Guess I'll have to look at your version ;-) On 1/12/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Dylan, You're correct. It also doesn't work very well if you're displaying the drop down options in a drastically different way then the autocomplete box is being filled in. However, it's a

Re: [jQuery] Can this be written better (newbie alert)

2007-01-12 Thread Christof Donat
Hi, Just about getting feet wet with jQuery, wrote a simple function which fills an input field with text of the link clicked after sorting the comma separated values. It is working as expected but would like to know if it can be made more comprehensive. Your code is really good for a jQuery