私はこのコードを持っている:見出しのテキストを変更しますか?
HTML:
<button id='ro' class='ro'></button>
<button id='eng' class='eng'></button>
JAVASCRIPT:
$('#ro').click(function(){
$('h1').text('Bine aţi venit!');
$('p1').text('Pathifier îşi propune să ajute tinerii din întreaga ţară să işi găsească o facultate cu profilul dorit lăsându-le libertatea să-şi aleagă oraşul potrivit.');
alert('ma-ta');
});
$('#eng').click(function(){
$('h1').text('Welcome');
$('p1').text('Pathifier s goal is to help teens all around Romania to choose the university that fits them best, also allowing them to find the perfect city which has that university ');
});
二つのボタンがページの言語を変更するためのものですが、私、彼らはありませんワーキング。どうして?私は何を間違えたのですか?
なぜeをパラメータとして渡していますか? – Radmation
ok、編集:D – VladJ
これは私のために働く。あなたはjqueryを含んでいますか? – Radmation