[jQuery] How to detect the browser close event using Jquery ?

2009-08-21 Thread Juan manueL
to catch the browser close event, no the page refresh, no the click thru, just the browser close... Anybody had the same problem ? Thanks all in advance!, Juan Manuel

[jQuery] Re: how to reset radio button ?

2009-07-02 Thread Manuel Munoz Solera
Hi Davis First, you can't use twice the same id. That's a radio button then you must use the same name attribute in both fields. You can use $('input[name=vo_grantview][value=f]').attr('checked', true); Here you have the example of that code: http://jsbin.com/uceyi El 30/06/2009, a

[jQuery] Re: input validation

2009-07-02 Thread Manuel Munoz Solera
Hi Jonathan, You can use the validation / maxlenght method http://docs.jquery.com/Plugins/Validation/Methods/maxlength With this validation you can prevent the form submission if the user types extra content in the input field. -- mamuso El 02/07/2009, a las 20:45, jonathan escribió:

[jQuery] isXMLDoc identical with Sizzle's isXML

2009-06-18 Thread Manuel Strehl
Hi, just wanted to mention, that jQuery.extend.isXMLDoc (jQuery 1.3.2 line #640) is essentially identical with Sizzle's isXML (jQuery 1.3.2 line #2338). Perhaps they should be joined in a way, that is, jQuery should use Sizzle's? Cheers, Manuel

[jQuery] Re: ajaxsubmit with autosave feature

2008-11-19 Thread manuel muñoz solera
Hi anny I was using this in an old project http://www.webunity.nl/js/framework/periodicalUpdate.js I don't know if there is something better or if it's working with 1.2 El 18/11/2008, a las 22:53, anny escribió: Hi , I tried ajaxsubmit which works fine. I need to submit the entire

[jQuery] Re: Previous TD

2008-11-18 Thread manuel muñoz solera
Another variation, searching for the td, not for the class name. $(#r2).parents().map( function(){ if(this.tagName == TD) { this.attr(rowspan, 1); } }); El 18/11/2008, a las 10:28, Isaak Malik escribió: Forgot the dot:

[jQuery] Re: Previous TD

2008-11-18 Thread manuel muñoz solera
)').attr('rowspan', '1'); -Hector On Tue, Nov 18, 2008 at 7:00 AM, manuel muñoz solera [EMAIL PROTECTED] wrote: Another variation, searching for the td, not for the class name. $(#r2).parents().map( function(){ if(this.tagName == TD) { this.attr(rowspan, 1

[jQuery] delay delivery of a link

2008-11-04 Thread Manuel Meyer
to do it. Is it possible at all? Thanks, Manuel

[jQuery] Modal Dialog Window (same as Prototype Window Class - PWC)

2008-11-02 Thread Jesus Manuel Olivas
I am been developing and CMS So far the app was build with mysql, jpa, java, jsf, richfaces using netbeans IDE (running over tomcat) The front end have some OS look using Prototype Window Class (PWC) http://prototype-window.xilinus.com/ and dock using interface fisheye

[jQuery] Re: New jQuery logo usage on tshirts and stuff

2008-09-23 Thread manuel huertas
hello Rey, I think you sent this email to the wrong person I am not Aaron, my name is manuel huertas , username: manuqc. Please verify the email address where you sent this message. thanks. Date: Tue, 23 Sep 2008 12:23:36 -0400 From: [EMAIL PROTECTED] To: jquery-en@googlegroups.com

[jQuery] Tools for packing js

2008-09-22 Thread Manuel Meyer
Hey, few days ago I started to develop with jQuery - and I love it! I'd like to know what tool was used to pack jquery. Another thing: In the last days docs.jquery.com was down several times. Is there any mirror? Manuel

[jQuery] Re: overflow:visible; during animate?

2008-07-08 Thread Manuel
the v1.2.6. //Manuel

[jQuery] Re: Superfish Image menus

2007-11-23 Thread Manuel Barros Reyes
the menu that I would like to solve also. Greetings Manuel.

[jQuery] Changing images doesn´t work on IE6

2007-06-11 Thread Jose Manuel Zea
Hi all. I wrote about this in a previous post, but now I find out new things trying to find a solution. To summarize: I dessign an image gallery, and when I click on one thumbnail I want to get the bigger version, changing the src attribute of an image located inside a div. The first time I

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-09 Thread Jose Manuel Zea
I´m still trying to fix this. Something new I discovered: If I load the image directly in the browser, writing the URL in the address bar and after this, I reload the problem page and click on the thumbnail of the image I loaded, it works. It seems that when the image is in the cache, there is

[jQuery] Please help! Why is this not working on IE6?

2007-06-08 Thread Jose Manuel Zea
Hi: There is a gallery with several thumbnails, and when I click on one of them I can get a bigger version on a div, when I click on that bigger version I get a thickbox version of the picture. You can see an example in the URL: http://www.icorpal.com/index.php?seccion=promociones

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-08 Thread Jose Manuel Zea
I´ve changed it, but it´s still not working :'( You can check the modified version in http://www.icorpal.com/index.php?seccion=promocionescodigo=8 I hate IE so much!!! Thank you. Any ideas? Alexandre Plennevaux wrote: try this: $(a.preview_promocion).bind(click,function(){ $this=