<vector>
— что-то не закрыто (пространство имён, функция и т.д.)void x() {
#include <vector>
};
var list = ['first', 'second', 'third', 'fourth', 'fifth'],
listSize = list.length,
iteration, index;
for (iteration = 0; iteration < 100; iteration++) {
index = iteration % listSize;
console.log(list[index]);
}
$.post("/", {
do: 'shop',
action: 'basket_add',
id: id,
count: count,
opt1: opt1,
opt2: opt2,
opt3: opt3
}, function (data) {
loading_hide();
if ( data == 'error' ) return false;
//shop_basket_show();
if ( a.length ) a.html(btn_1 + btn_2);
$( ".sb-cont.element-sidebar-body.cart-body ul" ).replaceWith( data );
});
var str = $("#register_user").serialize();
var temp = str.split('&');
var request = {};
for (var i = 0; i < temp.length; i++) {
var pieceRequest = temp[i].split('=');
request[pieceRequest[0]] = pieceRequest[1];
}