var sliderValues = {
"myId0": {min: 0, max: 500, slide: function() {...}},
"myId1": {min: 2, max: 200, slide: function() {...}},
"myId2": {min: 3, max: 300, slide: function() {...}}
}
function initSlider(id, values) {
$("#"+id).slider({
range: true,
min: values.min,
max: values.max,
values: values.values,
slide: values.slide
});
}
function initAllSliders(sliderValues) {
$.each(sliderValues, function(id, values) {
initSlider(id, values);
})
}
initAllSliders(sliderValues);
TypeError: b.preventDefault is not a function
...ger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs...
find_by
возвращает одну запись либо nil
Task.where(status: 0)
Встроенных средств для этого я не нашел
>msg
Send a message to a user.
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]
username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
* Send message to all sessions on specified server.
/SERVER:servername server to contact (default is current).
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.
Some_WithFlags
держать объект FlagFunctioner
. Класс FlagFunctioner
должен иметь все необходимые public методы, чтобы работать с ним. плюс будут видны protected, если находятся в одном пакете.Some_WithFlags
создать getter для FlagFunctioner
, если надо его доступность извне.