Панель Управления


Видеокурс: "Javascript+jQuery для начинающих в видеоформате" Проверка времени и определение часового пояса рабочей станции. RU-CENTER. Центр регистрации доменов зоны .RU Сейчас выгодная возможность зарегистрировать домен .РФ в RU-CENTER Информационная безопасность Система интернет-расчетов RUpay Графический редактор ГИМП (GIMP) Зинаида Лукьянова. Видеокурс Фотошоп с нуля. Евгений Попов. Видеокурс HTML + PHP + MySQL. Весь Софт Софтодром "Электрошоп". Поиск электронных товаров. Джава. Ява. Java. Дмитрий Котеров, Алексей Костарев. PHP-5. Наиболее полное руководство. 2-е издание.



Элемент Размероизменчивый (Resizable) плагина UI библиотеки jQuery.
Плагин UI версии 1.9.2 библиотеки jQuery версии 1.8.3 Сделано в kocby.ru Плагин jQuery UI Размероизменчивый (Resizable) делает выбранные элементы размероизменчивыми (означает, что они имеют специальные ручки-области для изменения их размеров). Можно создать одну или несколько таких ручек. Также можно задать ограничения по ширине и высоте, как минимальные значения, так и максимальные.
© Перепечатка разрешается с установкой ссылки на ресурс http://kocby.ru
Resizable :: Размероизменчивый
Описание: Изменение размера элемента с помощью мыши.
Description: Change the size of an element using the mouse.

Пример странички Размероизменчивый Дефолтный (по умолчанию, Default functionality).:
можно посмотреть здесь.

Пример странички Размероизменчивый Зарезервированное соотношение сторон (Preserve aspect ratio):
можно посмотреть здесь.

Пример странички Размероизменчивый Лимитированнный по размеру (Maximum / minimum size):
можно посмотреть здесь.

Пример странички Размероизменчивый в Контейнере - ограничителе (Constrain resize area):
можно посмотреть здесь.

Пример странички Размероизменчивый с замедленным стартом:
можно посмотреть здесь.

Пример странички Размероизменчивый Интервальный пошаговый (Snap to grid):
можно посмотреть здесь.

Пример странички Размероизменчивый Невидимый во время изменения размера (Visual feedback):
можно посмотреть здесь.

Пример странички Размероизменчивый Синхронизуемый (Synchronous resize):
можно посмотреть здесь.

Пример странички Размероизменчивый Анимированный (Animate):
можно посмотреть здесь.

Пример странички Размероизменчивый Рамочный Помошник (Resize Helper):
можно посмотреть здесь.

Пример странички Размероизменчивый В области текста (Textarea):
можно посмотреть здесь.




Теория

Тесты по теории можно посмотреть здесь.




Options (Опции)



alsoResize
Type: Selector or jQuery or Element
Default: false

One or more elements to resize synchronously with the resizable element.
Один или более элементов меняют размер синхронно с Размероизменчивым элементом

Code examples: (Примеры кода: )
Initialize the resizable with the alsoResize option specified:
Инициализация Размероизменчивого с определенной опцией alsoResize:

$( ".selector" ).resizable({ alsoResize: "#mirror" });


Get or set the alsoResize option, after initialization:
Можно получить или установить опцию alsoResize после инициализации:

// getter
var alsoResize = $( ".selector" ).resizable( "option", "alsoResize" );
 
// setter
$( ".selector" ).resizable( "option", "alsoResize", "#mirror" );



animate
Type: Boolean
Default: false

Animates to the final size after resizing.
Анимировать до окончального размера после изменения размера.

Code examples: (Примеры кода: )
Initialize the resizable with the animate option specified:
Инициализация Размероизменчивого с определенной опцией animate:

$( ".selector" ).resizable({ animate: true });


Get or set the animate option, after initialization:
Можно получить или установить опцию animate после инициализации:

// getter
var animate = $( ".selector" ).resizable( "option", "animate" );
 
// setter
$( ".selector" ).resizable( "option", "animate", true );



animateDuration
Type: Number or String
Default: "slow"

How long to animate when using the animate option.
Как быстро анимировать, когда используется опция animate (анимировать)
Multiple types supported:
Поддерживаются множественные типы:
• Number: Duration in milliseconds. Продолжительность в миллисекундах. • String: A named duration, such as "slow" or "fast". Продолжительность под названием: "slow" (медленная) или "fast" (быстрая).


Code examples: (Примеры кода: )
Initialize the resizable with the animateDuration option specified:
Инициализация Размероизменчивого с определенной опцией animateDuration:

$( ".selector" ).resizable({ animateDuration: "fast" });


Get or set the animateDuration option, after initialization:
Можно получить или установить опцию animateDuration после инициализации:

// getter
var animateDuration = $( ".selector" ).resizable( "option", "animateDuration" );
 
// setter
$( ".selector" ).resizable( "option", "animateDuration", "fast" );



animateEasing
Type: String
Default: "swing"

Which easing to apply when using the animate option.
Какой изинг (улучшитель) использовать, когда используется опция animate.

Code examples: (Примеры кода: )
Initialize the resizable with the animateEasing option specified:
Инициализация Размероизменчивого с определенной опцией animateEasing:

$( ".selector" ).resizable({ animateEasing: "easeOutBounce" });


Get or set the animateEasing option, after initialization:
Можно получить или установить опцию animateEasing после инициализации:

// getter
var animateEasing = $( ".selector" ).resizable( "option", "animateEasing" );
 
// setter
$( ".selector" ).resizable( "option", "animateEasing", "easeOutBounce" );



aspectRatio
Type: Boolean or Number
Default: false

Whether the element should be constrained to a specific aspect ratio.
Будет ли элемент построен согласно определенному соотношению сторон.
Multiple types supported:
Поддерживаются множественные типы:
• Boolean: When set to true, the element will maintain its original aspect ratio. Если установлена на значение true, элемент будет сохранять оригинальное соотношение.
• Number: Force the element to maintain a specific aspect ratio during resizing. Заставляет элемент придерживаться заданного значения соотношения во время изменения размера.


Code examples: (Примеры кода: )
Initialize the resizable with the aspectRatio option specified:
Инициализация Размероизменчивого с определенной опцией aspectRatio:

$( ".selector" ).resizable({ aspectRatio: true });


Get or set the aspectRatio option, after initialization:
Можно получить или установить опцию aspectRatio после инициализации:

// getter
var aspectRatio = $( ".selector" ).resizable( "option", "aspectRatio" );
 
// setter
$( ".selector" ).resizable( "option", "aspectRatio", true );



autoHide
Type: Boolean
Default: false

Whether the handles should hide when the user is not hovering over the element.
Нужно ли прятать ручки переноса, если пользователь не находится над элементом.

Code examples: (Примеры кода: )
Initialize the resizable with the autoHide option specified:
Инициализация Размероизменчивого с определенной опцией autoHide:

$( ".selector" ).resizable({ autoHide: true });


Get or set the autoHide option, after initialization:
Можно получить или установить опцию autoHide после инициализации:

// getter
var autoHide = $( ".selector" ).resizable( "option", "autoHide" );
 
// setter
$( ".selector" ).resizable( "option", "autoHide", true );



cancel
Type: Selector
Default: "input,textarea,button,select,option"

Prevents resizing from starting on specified elements.
Предотвращает изменение размера с самого начала для определенных элементов.

Code examples: (Примеры кода: )
Initialize the resizable with the cancel option specified:
Инициализация Размероизменчивого с определенной опцией disabled:

$( ".selector" ).resizable({ cancel: ".cancel" });


Get or set the cancel option, after initialization:
Можно получить или установить опцию cancel после инициализации:

// getter
var cancel = $( ".selector" ).resizable( "option", "cancel" );
 
// setter
$( ".selector" ).resizable( "option", "cancel", ".cancel" );



containment
Type: Selector or Element or String
Default: false

Constrains resizing to within the bounds of the specified element or region.
Ограничивает Размероизменчивость в пределах границ определенного элемента или региона.
Multiple types supported:
Поддерживаются множественные типы:
• Selector: The resizable element will be contained to the bounding box of the first element found by the selector. If no element is found, no containment will be set. Размероизменчивый элемент будет содержаться в границах первого элемента, найденого селектором. Если ни одного элемента не найдено, ограничение не будет установлено. • Element: The resizable element will be contained to the bounding box of this element. Размероизменчивый элемент будет содержаться в границах данного элемента. • String: Possible values: "parent" and "document". Возможные значения: "parent" (родитель) и "document" (документ).


Code examples: (Примеры кода: )
Initialize the resizable with the containment option specified:
Инициализация Размероизменчивого с определенной опцией containment:

$( ".selector" ).resizable({ containment: "parent" });


Get or set the containment option, after initialization:
Можно получить или установить опцию containment после инициализации:

// getter
var containment = $( ".selector" ).resizable( "option", "containment" );
 
// setter
$( ".selector" ).resizable( "option", "containment", "parent" );



delay
Type: Number
Default: 0

Tolerance, in milliseconds, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond duration. This can help prevent unintended resizing when clicking on an element.
Задержка, в миллисекундах, после которой Размероизменчивость начнет стартовать. Если определена, Размероизменчивость пока мышь не будет двигаться заданное время. Это помогает предотвратить нежелательное изменение размера при кликах на элементе.

Code examples: (Примеры кода: )
Initialize the resizable with the delay option specified:
Инициализация Размероизменчивого с определенной опцией delay:

$( ".selector" ).resizable({ delay: 150 });


Get or set the delay option, after initialization:
Можно получить или установить опцию delay после инициализации:

// getter
var delay = $( ".selector" ).resizable( "option", "delay" );
 
// setter
$( ".selector" ).resizable( "option", "delay", 150 );



disabled
Type: Boolean
Default: false

Disables the resizable if set to true.
Выключает Размероизменчивый, если опция установлена на значение true (истина).

Code examples: (Примеры кода: )
Initialize the resizable with the disabled option specified:
Инициализация Размероизменчивого с определенной опцией disabled:

$( ".selector" ).resizable({ disabled: true });


Get or set the disabled option, after initialization:
Можно получить или установить опцию disabled после инициализации:

// getter
var disabled = $( ".selector" ).resizable( "option", "disabled" );
 
// setter
$( ".selector" ).resizable( "option", "disabled", true );



distance
Type: Number
Default: 1

Tolerance, in pixels, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond distance. This can help prevent unintended resizing when clicking on an element.
Задержка, в пикселях, после которой Размероизменчивость начнет стартовать. Если определена, Размероизменчивость пока мышь не пройдет заданное расстояние. Это помогает предотвратить нежелательное изменение размера при кликах на элементе.

Code examples: (Примеры кода: )
Initialize the resizable with the distance option specified:
Инициализация Размероизменчивого с определенной опцией distance:

$( ".selector" ).resizable({ distance: 30 });


Get or set the distance option, after initialization:
Можно получить или установить опцию distance после инициализации:

// getter
var distance = $( ".selector" ).resizable( "option", "distance" );
 
// setter
$( ".selector" ).resizable( "option", "distance", 30 );



ghost
Type: Boolean
Default: false

If set to true, a semi-transparent helper element is shown for resizing.
Если опция установлена на значение true (истина), полупрозрачный помошник будет показан для изменения размера.

Code examples: (Примеры кода: )
Initialize the resizable with the ghost option specified:
Инициализация Размероизменчивого с определенной опцией ghost:

$( ".selector" ).resizable({ ghost: true });


Get or set the ghost option, after initialization:
Можно получить или установить опцию ghost после инициализации:

// getter
var ghost = $( ".selector" ).resizable( "option", "ghost" );
 
// setter
$( ".selector" ).resizable( "option", "ghost", true );



grid
Type: Array
Default: false

Snaps the resizing element to a grid, every x and y pixels. Array values: [ x, y ].
Ловит Размероизменчивый элемент в шкалу, каждую точку по осям x и y. Значения массива: [ x, y ].

Code examples: (Примеры кода: )
Initialize the resizable with the grid option specified:
Инициализация Размероизменчивого с определенной опцией grid:

$( ".selector" ).resizable({ grid: [ 20, 10 ] });


Get or set the grid option, after initialization:
Можно получить или установить опцию grid после инициализации:

// getter
var grid = $( ".selector" ).resizable( "option", "grid" );
 
// setter
$( ".selector" ).resizable( "option", "grid", [ 20, 10 ] );



handles
Type: String or Object
Default: "e, s, se"

Which handles can be used for resizing.
Какие ручки можно использовать для изменения размера.
Multiple types supported:
Поддерживаются множественные типы:
• String: A comma delimited list of any of the following: n, e, s, w, ne, se, sw, nw, all. The necessary handles will be auto-generated by the plugin. Список, в котором следующие возможные значения разделяются запятыми: n, e, s, w, ne, se, sw, nw, all. Необходимые ручки будут автоматически генерироваться плагином. • Object: The following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOM Element or a valid jQuery object directly. Следующие ключи поддерживаются: { n, e, s, w, ne, se, sw, nw }. Значения любых определенных элементов должны быть селектором jQuery, соответствующим дочернему элементу Размероизменчивого для использования в виде ручки. Если ручка не является дочерним элементом Размероизменчивого, можно напрямую передать элемент DOMа или валидный объект jQuery.


Code examples: (Примеры кода: )
Initialize the resizable with the handles option specified:
Инициализация Размероизменчивого с определенной опцией handles:

$( ".selector" ).resizable({ handles: "n, e, s, w" });


Get or set the handles option, after initialization:
Можно получить или установить опцию handles после инициализации:

// getter
var handles = $( ".selector" ).resizable( "option", "handles" );
 
// setter
$( ".selector" ).resizable( "option", "handles", "n, e, s, w" );



helper
Type: String
Default: false

A class name that will be added to a proxy element to outline the resize during the drag of the resize handle. Once the resize is complete, the original element is sized.
Имя класса, которое будет добавлено к прокси элементу, чтобы выделить изменение размера во время перетаскивания за ручку изменения размера. Как только изменение размера заканчивается оригинальный элемент получает размер.

Code examples: (Примеры кода: )
Initialize the resizable with the helper option specified:
Инициализация Размероизменчивого с определенной опцией helper:

$( ".selector" ).resizable({ helper: "resizable-helper" });


Get or set the helper option, after initialization:
Можно получить или установить опцию helper после инициализации:

// getter
var helper = $( ".selector" ).resizable( "option", "helper" );
 
// setter
$( ".selector" ).resizable( "option", "helper", "resizable-helper" );



maxHeight
Type: Number
Default: null

The maximum height the resizable should be allowed to resize to.
Максимально возможная высота, до которой Размероизменчивому позволяется менять размер.

Code examples: (Примеры кода: )
Initialize the resizable with the maxHeight option specified:
Инициализация Размероизменчивого с определенной опцией maxHeight:

$( ".selector" ).resizable({ maxHeight: 300 });


Get or set the maxHeight option, after initialization:
Можно получить или установить опцию maxHeight после инициализации:

// getter
var maxHeight = $( ".selector" ).resizable( "option", "maxHeight" );
 
// setter
$( ".selector" ).resizable( "option", "maxHeight", 300 );



maxWidth
Type: Number
Default: null

The maximum width the resizable should be allowed to resize to.
Максимально возможная ширина, до которой Размероизменчивому позволяется менять размер.

Code examples: (Примеры кода: )
Initialize the resizable with the maxWidth option specified:
Инициализация Размероизменчивого с определенной опцией maxWidth:

$( ".selector" ).resizable({ maxWidth: 300 });


Get or set the maxWidth option, after initialization:
Можно получить или установить опцию maxWidth после инициализации:

// getter
var maxWidth = $( ".selector" ).resizable( "option", "maxWidth" );
 
// setter
$( ".selector" ).resizable( "option", "maxWidth", 300 );



minHeight
Type: Number
Default: 10

The minimum height the resizable should be allowed to resize to.
Минимально возможная высота, до которой Размероизменчивому позволяется менять размер.

Code examples: (Примеры кода: )
Initialize the resizable with the minHeight option specified:
Инициализация Размероизменчивого с определенной опцией minHeight:

$( ".selector" ).resizable({ minHeight: 150 });


Get or set the minHeight option, after initialization:
Можно получить или установить опцию minHeight после инициализации:

// getter
var minHeight = $( ".selector" ).resizable( "option", "minHeight" );
 
// setter
$( ".selector" ).resizable( "option", "minHeight", 150 );



minWidth
Type: Number
Default: 10

The minimum width the resizable should be allowed to resize to.
Маинимально возможная ширина, до которой Размероизменчивому позволяется менять размер.

Code examples: (Примеры кода: )
Initialize the resizable with the minWidth option specified:
Инициализация Размероизменчивого с определенной опцией minWidth:

$( ".selector" ).resizable({ minWidth: 150 });


Get or set the minWidth option, after initialization:
Можно получить или установить опцию minWidth после инициализации:

// getter
var minWidth = $( ".selector" ).resizable( "option", "minWidth" );
 
// setter
$( ".selector" ).resizable( "option", "minWidth", 150 );



Methods (Методы)



destroy()
Removes the resizable functionality completely. This will return the element back to its pre-init state.
• This method does not accept any arguments.

Полностью удаляет функциональность Размероизменчивого. Возвращает элемент обратно в состояние до инициализации.
• Этот метод не принимает никаких аргументов.

Code examples: (Примеры кода: )
Invoke the destroy method:
Запуск метода destroy (разрушить):
$( ".selector" ).resizable( "destroy" );



disable()
Disables the resizable.
• This method does not accept any arguments.

Выключает Размероизменчивый.
• Этот метод не принимает никаких аргументов.

Code examples: (Примеры кода: )
Invoke the disable method:
Запуск метода disable (выключить):
$( ".selector" ).resizable( "disable" );



enable()
Enables the resizable.
• This method does not accept any arguments.

Включает Размероизменчивый.
• Этот метод не принимает никаких аргументов.

Code examples: (Примеры кода: )
Invoke the enable method:
Запуск метода enable (включить):
$( ".selector" ).resizable( "enable" );



option( optionName )
Returns: Object
Gets the value currently associated with the specified optionName.
Получает значение, связанное с определенным optionName (имя опции).
• optionName
Type: String
The name of the option to get.
Имя опции, для которой получаем значение.

Code examples: (Примеры кода: )
Invoke the method:
Запуск метода:
var isDisabled = $( ".selector" ).resizable( "option", "disabled" );



option()
Returns: PlainObject
Gets an object containing key/value pairs representing the current progressbar options hash.
• This method does not accept any arguments.

Получает объект, содержащий пары key/value (ключ/значение), представляющий текущее состояние набора значений Размероизменчивого.
• Этот метод не принимает никаких аргументов.

Code examples: (Примеры кода: )
Invoke the method:
Запуск метода:
var options = $( ".selector" ).resizable( "option" );



option( optionName, value )
Sets the value of the progressbar option associated with the specified optionName.
Устанавливает значение опции Размероизменчивого, связанное с определенным optionName (именем опции).

• optionName
Type: String
The name of the option to set.
Имя опции для установки.

• value
Type: Object
A value to set for the option.
Значение, которое устанавливается для опции.

Code examples: (Примеры кода: )
Invoke the method:
Запуск метода:
$( ".selector" ).resizable( "option", "disabled", true );



option( options )
Sets one or more options for the progressbar.

Устанавливает одну или более опций для Размероизменчивого.

• options
Type: Object
A map of option-value pairs to set.
Карта пар option-value (опция-значение) для установки.

Code examples: (Примеры кода: )
Invoke the method:
Запуск метода:
$( ".selector" ).resizable( "option", { disabled: true } );



widget()
Returns a jQuery object containing the resizable element.
• This method does not accept any arguments.

Возвращает объект jQuery, содержащий Размероизменчивый.
• Этот метод не принимает никаких аргументов.

Code examples: (Примеры кода: )
Invoke the widget method:
Запуск метода виджета:
var widget = $( ".selector" ).resizable( "widget" );



Events (События)



create( event, ui )
Type: resizecreate

Triggered when the resizable is created.

• event
Type: Event

• ui
Type: Object

Code examples: (Примеры кода: )
Initialize the resizable with the create callback specified:
$( ".selector" ).resizable({
    create: function( event, ui ) {}
});


Bind an event listener to the resizecreate event:
$( ".selector" ).on( "resizecreate", function( event, ui ) {} );



resize( event, ui )
Type: resize

This event is triggered during the resize, on the drag of the resize handler.

• event
Type: Event

• ui
Type: Object

◦ element
Type: jQuery
The jQuery object representing the element to be resized

◦ helper
Type: jQuery
The jQuery object representing the helper that's being resized

◦ originalElement
Type: jQuery
The jQuery object representing the original element before it is wrapped

◦ originalPosition
Type: Object
The position represented as { left, top } before the resizable is resized

◦ originalSize
Type: Object
The size represented as { width, height } before the resizable is resized

◦ position
Type: Object
The current position represented as { left, top }

◦ size
Type: Object
The current size represented as { width, height }

Code examples: (Примеры кода: )
Initialize the resizable with the resize callback specified:
$( ".selector" ).resizable({
    resize: function( event, ui ) {}
});


Bind an event listener to the resize event:
$( ".selector" ).on( "resize", function( event, ui ) {} );



start( event, ui )
Type: resizestart

This event is triggered at the start of a resize operation.

• event
Type: Event

• ui
Type: Object

◦ element
Type: jQuery
The jQuery object representing the element to be resized

◦ helper
Type: jQuery
The jQuery object representing the helper that's being resized

◦ originalElement
Type: jQuery
The jQuery object representing the original element before it is wrapped

◦ originalPosition
Type: Object
The position represented as { left, top } before the resizable is resized

◦ originalSize
Type: Object
The size represented as { width, height } before the resizable is resized

◦ position
Type: Object
The current position represented as { left, top }

◦ size
Type: Object
The current size represented as { width, height }

Code examples: (Примеры кода: )
Initialize the resizable with the start callback specified:
$( ".selector" ).resizable({
    start: function( event, ui ) {}
});


Bind an event listener to the resizestart event:
$( ".selector" ).on( "resizestart", function( event, ui ) {} );



stop( event, ui )
Type: resizestop

This event is triggered at the end of a resize operation.

• event
Type: Event

• ui
Type: Object

◦ element
Type: jQuery
The jQuery object representing the element to be resized

◦ helper
Type: jQuery
The jQuery object representing the helper that's being resized

◦ originalElement
Type: jQuery
The jQuery object representing the original element before it is wrapped

◦ originalPosition
Type: Object
The position represented as { left, top } before the resizable is resized

◦ originalSize
Type: Object
The size represented as { width, height } before the resizable is resized

◦ position
Type: Object
The current position represented as { left, top }

◦ size
Type: Object
The current size represented as { width, height }

Code examples: (Примеры кода: )
Initialize the resizable with the stop callback specified:
$( ".selector" ).resizable({
    stop: function( event, ui ) {}
});


Bind an event listener to the resizestop event:
$( ".selector" ).on( "resizestop", function( event, ui ) {} );



Overview (Обзор)
The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles). You can specify one or more handles as well as min and max width and height.

Плагин jQuery UI Размероизменчивый (Resizable) делает выбранные элементы размероизменчивыми (означает, что они имеют специальные ручки-области для изменения их размеров). Можно создать одну или несколько таких ручек. Также можно задать ограничения по ширине и высоте, как минимальные значения, так и максимальные.




Additional Notes (Дополнительная информация)
• This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point.
• Этот виджет требует определенных стилей CSS, иначе он не будет работать. Если вы используете адаптированную схему, оттолкитесь в своей разработке от специализированного файла CSS.


Example:



Example: A simple jQuery UI Resizable.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>resizable demo</title>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
    <style>
    #resizable {
        width: 100px;
        height: 100px;
        background: #ccc;
}   </style>
    <script src="http://code.jquery.com/jquery-1.8.2.js"></script>
    <script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
</head>
<body>
 
<div id="resizable"></div>
 
<script>
$( "#resizable" ).resizable();
</script>
 
</body>
</html>
Этот пример можно посмотреть здесь.



Примеры Размероизменчивого на этом сайте: Дефолтный, Соотношение сторон, Лимитированнный, Ограниченный, Замедленный, Интервальный, Невидимый, Синхронизуемый, Анимированный, Рамочный, В области текста.



Если вы планируете вернуться сюда позднее...
Пожалуйста, запомните эту страничку -
URL: http://kocby.ru/post/webmaster/jquery/ui/resizable/
Спасибо за посещение этой странички и внимательное отношение к ее контенту и дизайну. Удачи и успеха!
© KOCBY.RU :: перепечатка материалов разрешается с указанием ссылки на домен KOCBY.RU ©
Basket is empty :: Корзина пустая
Close and hide in basket :: Закрыть и спрятать в корзину
Посмотри в зеркало! Что там видно?
Красивая девушка брюнетка слева Красивая девушка блондинка справа




Close and hide in basket :: Закрыть и спрятать в корзину статистическую информацию о посетителях Клуба.
Створки зеркала Клуба Одиноких Сердец.
Красивая девушка блондинка слева Красивая девушка брюнетка справа