You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
romoga
имеется следующая конструкция
$('a.ssilka1').click(function(event){
event.stopPropagation();
document.getElementById('frameAll').contentWindow.location.href="ssilka1i.html";
});
$('a.ssilka2').click(function(event){
event.stopPropagation();
document.getElementById('frameAll').contentWindow.location.href="ssilka2.html";
});
и так далее...
и таких много ввиду того что я не больше не знаю как можно подгрузить во фрейм данные...
ничего что так много функций или я нуб и должен молится великому КАА и переделать???
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.