<input class="input-text" type="text" name="name" value="Your name">
<input class="input-text" type="text" name="email" value="Email Address">
<input class="input-text" type="text" name="password" value="Create a Password">
<input class="input-button" type="button" value="Get started — free forever!">
<input class="input-text" type="text" name="name" placeholder="Your name">
<input class="input-text" type="text" name="email" placeholder="Email Address">
<input class="input-text" type="text" name="password" placeholder="Create a Password">
<input class="input-button" type="button" placeholder="Get started — free forever!">
где тут ошибка,плз
function ajax_get(url, callback) {
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", url, true);
xmlhttp.onload = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var data = JSON.parse(xmlhttp.responseText);
return callback(data);
}
};
xmlhttp.send();
}
ajax_get(url, function(data) {
var myData = data
// че-нибудь делаем
})
parseInt(1.349857345)
//->1
parseInt(1.9857345)
//->1
var charactersLength = $("#smstext").val().replace(/(<([^>]+)>)/ig, "").length;
var smsCount = Math.ceil(charactersLength / 70)
var cost = '' + smsCount * 1.74
Стилей не вижу
Что именно я должен у него попросить?