new client()
Класс для работы с клиентом сайта
Methods
-
get()
-
Получение информации о посетителе
Returns:
- Type
- $.ajax
Example
Shop.client.get() .done(function (result) { console.log(result) });