[jQuery] Re: Fwd: jQuery and UTF8

2007-09-04 Thread David Garcia Ortega
tDB->executequery("SET NAMES 'utf8'", > $con); ); > i solve the my problem 50%;it means that data's which are in text > fields were saved correctly but in textarea were not saved correctly. > > On 20 Ağustos, 22:09, David Garcia Ortega <[EMAIL PROTECTED]&

[jQuery] Re: Fwd: jQuery and UTF8

2007-08-20 Thread David Garcia Ortega
Hi barophobia, I had the same problems as you. I am using special spanish characters as '�', '�' and so on. What I did to solve the problems was: 1. In MySQL database, establish the collation as 'utf8_spanish2_ci'. To japanese characters you can use 'utf8_unicode_ci'. 2. When you load an html

[jQuery] Re: Plugin for uploading multiple files/directories?

2007-08-19 Thread David Garcia Ortega
Hi Steve, You can try with the following plugins: http://www.malsup.com/jquery/form/ --> it allows simple upload of one file. http://www.pixeline.be/experiments/jqUploader/ --> it allows simple upload with progress bar based on flash. http://www.fyneworks.com/jquery/multiple-file-upload/ --> i

[jQuery] Re: Problem with selectors in Internet Exploter

2007-08-15 Thread David Garcia Ortega
Hi George, Thanks a lot for your answer, it did the trick!;) I finally used your recomendation: var iID_tutorial = $(this).siblings("input:checkbox").val(); and works perfectly in Firefox and IE7. Thanks again, David.

[jQuery] Problem with selectors in Internet Exploter

2007-08-14 Thread David Garcia Ortega
Hi JQueriers, I have a problem with JQuery selectors in Internet Exploter (I'm using IE7). What I have in DOM is: Titulo Tutorial 4: Contenido Tutorial 4 ... Then, when the user clicks the link inside the "item" div, the following happens: ... $

[jQuery] Re: Excluding an element part of a selection

2007-08-11 Thread David Garcia Ortega
Hi guys, Thanks a lot for your answers. It works fine now! Thanks again, David. On 10 ago, 19:28, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Dan G. Switzer, II wrote: > > >> yes, sorry, it works if you include the for="" bit.. if you leave it out > >> (and write it like this, which is a

[jQuery] Excluding an element part of a selection

2007-08-10 Thread David Garcia Ortega
Hi JQueriers, I have a question about selectors. First of all, I have the following html: Novedad 1: HOla holaaa As you can see, I have a div an inside it a link which has a checkbox an text.

[jQuery] Re: Associate an event handler to an element out of $(document).ready

2007-08-07 Thread David Garcia Ortega
Hey, Thanks a lot for your answers. Joel Birch, I think you are right and it will work properly, I can not test it know because I am at work! Chango, thanks for your answer but I think that it does't solve my problem. [Spanish]: Por cierto, soy español, tú? Yesterday night I also foun

[jQuery] Associate an event handler to an element out of $(document).ready

2007-08-06 Thread David Garcia Ortega
Hi JQueriers, I have a question for you. Well, my problem is the following: In .js file and inside $(document).ready, I have the following code: $(document).ready(function() { $('#menu').find('a').eq(0).click( function () { $('#cont