[jQuery] Re: jquery and comet

2009-06-15 Thread Javier Martínez Fernández
to configure it, let me know. El 15 de junio de 2009 1:20, morgar ctea...@gmail.com escribió: Hi Javier. I am in the same boat, did you find a good solution for this? Thanks On Dec 1 2008, 8:26 am, Javier Martínez ecentin...@gmail.com wrote: Hi all! On my latest project I have to add

[jQuery] jquery and comet

2008-12-01 Thread Javier Martínez
Hi all! On my latest project I have to add a chat to a web. To do this, I'm thinking on comet. I see there are some ways of doing this. One of them is to make continuous ajax calls to the server. But this is not really comet. So, the question is... Has anybody some information about a

[jQuery] OT: color pixel

2008-10-08 Thread Javier Martínez
Is it posible with javascript (canvas/processing) to know the color of a pixel of an image? Thanks.

[jQuery] OT: flickr api

2008-10-03 Thread Javier Martínez
Hi all! I'm developing an application to allow users to copy the images from our system to their flickr account, dragging some icons from one div (system) to another (flickr). To make this I need to login the user in flickr (yahoo) before the uploads can be done. I don't like the idea of

[jQuery] about for loops

2008-07-11 Thread Javier Martínez
This is a question about the jquery code. I see many times this type of statement *for (var i = 0, j = array.length; i j; i++)* and want to know why is better than* for (var i = 0; j array.length; i++) *Because the first statement has more characters and jquery code tends to see shorter, I

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Javier Martínez Fernández
But the demos are slw, even in Safari. El 17/06/2008, a las 18:57, Josh Nathanson escribió: On the SproutCore site, it talks about it being a complete MVC type framework. This is a different approach than jQuery. It reminded me a bit of Spry. The SproutCore guy did a

[jQuery] :eq selector broken?

2008-06-06 Thread Javier Martínez
Is selector :eq working correctly in the last version? I thought that was broken using it on my project, but I see now that the demo on http://docs.jquery.com/Selectors/eq#index is not working too.

[jQuery] Re: :eq selector broken?

2008-06-06 Thread Javier Martínez
Richard D. Worth escribió: That demo works fine for me. Tested in FF2, IE6, Safari3 on XP. - Richarde On Fri, Jun 6, 2008 at 5:54 AM, Javier Martínez [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Is selector :eq working correctly in the last version? I thought

[jQuery] Re: :eq selector broken?

2008-06-06 Thread Javier Martínez
Hilmar Kolbe escribió: explain not working 2008/6/6 Javier Martínez [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Richard D. Worth escribió: That demo works fine for me. Tested in FF2, IE6, Safari3 on XP. - Richarde On Fri, Jun 6, 2008 at 5:54 AM, Javier

[jQuery] Re: :eq selector broken?

2008-06-06 Thread Javier Martínez
is not visible Maybe is some error with my internet connection, that is quite slow at this moment. Hilmar Kolbe escribió: any errors from firebug? maybe conditional breakpoints in the debugger? 2008/6/6 Javier Martínez [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hilmar Kolbe escribió

[jQuery] insert td before previous td

2008-06-06 Thread Javier Martínez
There is some short code way to insert the fourth td of a table before the second td? Thanks

[jQuery] Re: insert td before previous td

2008-06-06 Thread Javier Martínez
Richard D. Worth escribió: $(table td:eq(3)).insertBefore($(table td:eq(1))); - Richard On Fri, Jun 6, 2008 at 10:57 AM, Javier Martínez [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: There is some short code way to insert the fourth td of a table before the second td

[jQuery] Re: Refactoring Functions

2008-06-05 Thread Javier Martínez
I think that position:fixed is not supported on IE6. Klaus Hartl escribió: On 5 Jun., 06:22, Karl Swedberg [EMAIL PROTECTED] wrote: or this ... $(document).ready(function() { stickyFooter(); $(window).resize(stickyFooter); }); How about: $(function() {

[jQuery] Resizables and proxy class

2008-05-13 Thread Javier Martínez
I'm working with resizable plugin and I see on documentation (http://docs.jquery.com/UI/Resizables/resizable) that there is one option proxy that will add the specified className to the proxy element. Whatever I set on the options is avoided, because resizable always attach a proxy css