[jQuery] Re: Discussion in french

2007-12-12 Thread dehneg
Have a look to http://listes.rezo.net/mailman/listinfo/jquery-fr On Dec 11, 9:20 pm, Haingotiana A. [EMAIL PROTECTED] wrote: Hi all ! Does anyone know if jquery discussion exist in french. Thanks.

[jQuery] Re: Adding jQuery Libary to JSEclipse

2007-11-29 Thread dehneg
Oups Now the last Aptana update include the last jQuery version. Anyway the update came more than one month after new jQuery release. On 29 nov, 00:30, dehneg [EMAIL PROTECTED] wrote: Aptana is a good plugin for Eclipse. But, as jQuery do not support scriptdoc format documentation any more

[jQuery] Re: limits using dblclick if too many elements ?

2007-11-28 Thread dehneg
Thanks both of you for trying again. I have also test the php script and it works ! This focus me on the problem. The difference between your code and mine is that I do not insert any space between my span tags : span class=siteSelector id=s11/spanspan class=siteSelector id=s22/spanspan

[jQuery] limits using dblclick if too many elements ?

2007-11-27 Thread dehneg
Hello, My script has a strange behaviour and I can not found why. My html code looks like : div class=bioNumUnit span class=siteSelector id=s11/span span class=siteSelector id=s22/span span class=siteSelector id=s33/span span class=siteSelector id=s44/span ... ... span

[jQuery] Re: limits using dblclick if too many elements ?

2007-11-27 Thread dehneg
Hi Suni, I am disappointed. The results of your tests show clearly that there is a problem with my code/environment. I have put my full html/js code at the end of this mail. As you can see it is minimal. I have made new tests with the jQuery nightly build without improvement. I have tested my

[jQuery] Re: limits using dblclick if too many elements ?

2007-11-27 Thread dehneg
Mac test : it works fine on Safari 3.0.4 and still not work on FF 2.0.0.10. On 27 nov, 18:49, dehneg [EMAIL PROTECTED] wrote: Hi Suni, I am disappointed. The results of your tests show clearly that there is a problem with my code/environment. I have put my full html/js code at the end

[jQuery] limits using dblclick when too many elements ?

2007-11-26 Thread dehneg
Hello, My script has a strange behaviour and I can not found why. My html code looks like : div class=bioNumUnit span class=siteSelector id=s11/span span class=siteSelector id=s22/span span class=siteSelector id=s33/span span class=siteSelector id=s44/span ... ... span

[jQuery] Re: Scriptdoc-file for jQuery 1.2.1

2007-11-16 Thread dehneg
On 15 nov, 04:27, Guy Fraser [EMAIL PROTECTED] wrote: Shame, it would have been nice to have it in Aptana Studio - I was wondering why I wasn't getting code hints, etc. Your right Guy. Aptana team does not support the last jQuery version. I suppose they will do it one day. Aptana users will

[jQuery] Re: jQuery site down - docs

2007-11-15 Thread dehneg
You can try http://www.visualjquery.com/ for jQuery 1.1.2, Alex

[jQuery] Re: HOVER Over Image Enlarge Image

2007-11-14 Thread dehneg
Hi, Do you mean something like : $(document).ready(function() { overThumbnailZoom = 2 ; $(.classOfEachThumbnail).hover(function(){ $(this).height( Math.ceil($(this).height() * overThumbnailZoom)) ;

[jQuery] Scriptdoc-file for jQuery 1.2.1

2007-11-14 Thread dehneg
Hi all, I am looking for the scriptdoc file (http://www.scriptdoc.org/) for jQuery 1.2.1. Any one knows where I can download it ? Thanks, Alex

[jQuery] Re: Issue with script block inside a page loaded with .load method.

2007-11-14 Thread dehneg
Hi Adrien, Have you tried this : onclick=$('#c_right_content').getScript('./act/add.cfm'); hope this can help

[jQuery] Re: Multiple loads of page degrades performance(?)

2007-10-23 Thread dehneg
Hi Joel, Very strange. I am very new with jQuery so I can not help you. But using firegug I can see that by clicking to load you are loading hundreds times the page. Hope this can help, Alex On Oct 23, 12:02 am, Joel S [EMAIL PROTECTED] wrote: Hi all I'm fairly new to jQuery, but have been