Bug Tracker

Opened 13 years ago

Last modified 9 years ago

#7667 closed bug

Umlaute — at Version 1

Reported by: liver@… Owned by:
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Rick Waldron)

Hello,

my name is Philipp Bürkner.

I have a problem but my english is very bad. I hope you are able to understand my language, german.

Ich habe versucht, mit dem folgenen Befehl einen Button neu zu beschriften. Hier ist der Code:

$('input[name="news_save"]').val("Löschen");

Leider wird aus dem ö kein ö. Ich habe auch schon folgendes ausprobiert:

$('input[name="news_save"]').val("Löschen");

Leider funktioniert das genau so wenig, weil dann das ö zum Kästchen wird.

Ich hoffe ihr habt eine Lösung dazu, da das ja mit JavaScript an sich geht. Nur möchte ich meine Webseite komplett mit jQuery gestalten, weil diese Datenbank wirklich gut gemacht ist und sehr nützlich ist.

Ich würde mich bei einer Rückmeldung sehr freuen.

Mit freundlichen Grüßen,

Philipp Bürkner.

I have tried to label with the following new command a button. Here's the code:

$ ('Input [name = "news_save "]'). val (" delete "); Unfortunately, the ö ö I have not even tried the following:

$ ('Input [name = "news_save "]'). val (" delete "); Unfortunately, just as little, because then the ö is the box.

I hope you have a solution to this, as indeed with the JavaScript is in itself. Only I would like to design my website complete with jQuery, because that database is really well done and very useful.

Change History (1)

comment:1 Changed 13 years ago by Rick Waldron

Description: modified (diff)
Note: See TracTickets for help on using tickets.