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]&
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
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
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.
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:
...
$
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
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.
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
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
9 matches
Mail list logo